We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb4ad0 commit c87da6dCopy full SHA for c87da6d
ansible/roles/app/templates/deployment.yaml.j2
@@ -83,21 +83,18 @@ spec:
83
- name: CICD_TRIGGER_ID
84
value: '{{ ansible_date_time.iso8601_micro }}'
85
startupProbe:
86
- httpGet:
87
- path: /event-stream
88
- port: internal
+ tcpSocket:
+ port: 8081
89
failureThreshold: 60
90
periodSeconds: 5
91
readinessProbe:
92
93
94
95
initialDelaySeconds: 5
96
97
livenessProbe:
98
99
100
101
102
103
resources:
0 commit comments