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 1b0b017 commit 8a262e6Copy full SHA for 8a262e6
ansible/roles/k8-deployment/templates/deployment.yml
@@ -33,7 +33,7 @@ spec:
33
{% if tcp_readiness_probe_port is defined %}
34
readinessProbe:
35
tcpSocket:
36
- port: {{ http_readiness_probe_port }}
+ port: {{ tcp_readiness_probe_port }}
37
initialDelaySeconds: 5
38
periodSeconds: 5
39
{% endif %}
0 commit comments