k3s/test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml

18 lines
396 B
YAML
Raw Normal View History

2018-05-16 16:30:40 +00:00
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