2019-03-19 14:06:12 +02:00
|
|
|
apiVersion: v1
|
|
|
|
kind: PodTemplate
|
2019-05-21 17:54:55 +03:00
|
|
|
metadata:
|
2019-03-19 14:06:12 +02:00
|
|
|
name: nginx-test
|
2019-05-21 17:54:55 +03:00
|
|
|
labels:
|
2019-03-19 14:06:12 +02:00
|
|
|
app: nginx
|
|
|
|
originalLabel: isHere
|
2019-05-21 17:54:55 +03:00
|
|
|
template:
|
|
|
|
spec:
|
|
|
|
containers:
|
2019-03-19 14:06:12 +02:00
|
|
|
- name: redis
|
|
|
|
image: redis
|
2019-05-21 17:54:55 +03:00
|
|
|
ports:
|
2019-03-19 14:06:12 +02:00
|
|
|
- containerPort: 80
|
|
|
|
protocol: TCP
|
2019-05-23 20:37:11 +03:00
|
|
|
restartPolicy: Never
|
2019-03-19 14:06:12 +02:00
|
|
|
terminationGracePeriodSeconds: 30
|
|
|
|
dnsPolicy: ClusterFirst
|