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

22 lines
429 B
YAML
Raw Normal View History

2018-12-19 16:17:46 +00:00
apiVersion: apps/v1
2018-05-16 16:30:40 +00:00
kind: Deployment
metadata:
labels:
run: hostname
name: hostname
spec:
minReadySeconds: 60
2018-12-19 16:17:46 +00:00
selector:
matchLabels:
run: hostname
2018-05-16 16:30:40 +00:00
template:
metadata:
labels:
run: hostname
spec:
containers:
2018-09-24 17:51:20 +00:00
- image: gcr.io/kubernetes-e2e-test-images/serve-hostname:1.1
2018-05-16 16:30:40 +00:00
imagePullPolicy: IfNotPresent
name: hostname
2018-09-24 17:51:20 +00:00
terminationGracePeriodSeconds: 120