2018-09-08 02:08:09 +02:00
|
|
|
recreate_crd_default_merge_expectation: recreate_crd is not failed
|
2018-11-13 13:50:15 +01:00
|
|
|
|
2019-05-30 01:26:43 +02:00
|
|
|
k8s_pod_metadata:
|
2018-11-13 13:50:15 +01:00
|
|
|
labels:
|
2019-05-30 01:26:43 +02:00
|
|
|
app: "{{ k8s_pod_name }}"
|
2018-11-13 13:50:15 +01:00
|
|
|
|
2019-05-30 01:26:43 +02:00
|
|
|
k8s_pod_spec:
|
2018-11-13 13:50:15 +01:00
|
|
|
containers:
|
2019-05-30 01:26:43 +02:00
|
|
|
- image: "{{ k8s_pod_image }}"
|
2018-11-13 13:50:15 +01:00
|
|
|
imagePullPolicy: Always
|
2019-05-30 01:26:43 +02:00
|
|
|
name: "{{ k8s_pod_name }}"
|
|
|
|
command: "{{ k8s_pod_command }}"
|
2018-11-13 13:50:15 +01:00
|
|
|
readinessProbe:
|
|
|
|
initialDelaySeconds: 15
|
|
|
|
exec:
|
|
|
|
command:
|
|
|
|
- /bin/true
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: "100m"
|
|
|
|
memory: "100Mi"
|
2019-05-30 01:26:43 +02:00
|
|
|
ports: "{{ k8s_pod_ports }}"
|
2018-11-13 13:50:15 +01:00
|
|
|
|
2019-05-30 01:26:43 +02:00
|
|
|
k8s_pod_command: []
|
2018-11-13 13:50:15 +01:00
|
|
|
|
2019-05-30 01:26:43 +02:00
|
|
|
k8s_pod_ports: []
|
2018-11-13 13:50:15 +01:00
|
|
|
|
2019-05-30 01:26:43 +02:00
|
|
|
k8s_pod_template:
|
|
|
|
metadata: "{{ k8s_pod_metadata }}"
|
|
|
|
spec: "{{ k8s_pod_spec }}"
|
2018-11-13 13:50:15 +01:00
|
|
|
|
|
|
|
k8s_openshift: yes
|