mirror of https://github.com/k3s-io/k3s
18 lines
396 B
YAML
18 lines
396 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
run: hostname
|
|
name: hostname
|
|
spec:
|
|
minReadySeconds: 60
|
|
template:
|
|
metadata:
|
|
labels:
|
|
run: hostname
|
|
spec:
|
|
containers:
|
|
- image: gcr.io/kubernetes-e2e-test-images/serve-hostname-amd64:1.1
|
|
imagePullPolicy: IfNotPresent
|
|
name: hostname
|
|
terminationGracePeriodSeconds: 120 |