Skip to content

Commit 8a262e6

Browse files
author
Myztiq
committed
http -> tcp
1 parent 1b0b017 commit 8a262e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/k8-deployment/templates/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
{% if tcp_readiness_probe_port is defined %}
3434
readinessProbe:
3535
tcpSocket:
36-
port: {{ http_readiness_probe_port }}
36+
port: {{ tcp_readiness_probe_port }}
3737
initialDelaySeconds: 5
3838
periodSeconds: 5
3939
{% endif %}

0 commit comments

Comments
 (0)