Skip to content

Commit 50e1644

Browse files
author
Anandkumar Patel
committed
hotfix quote TCP in service
1 parent c357d5a commit 50e1644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
ports:
99
{% for port in hosted_ports %}
1010
- port: {{ port }}
11-
protocol: {{ protocol | default(TCP) }}
11+
protocol: {{ protocol | default("TCP") }}
1212
name: '{{ port }}'
1313
{% endfor %}
1414
{% if service_type is defined %}

0 commit comments

Comments
 (0)