Fix scaleway service

This commit is contained in:
Σrebe - Romain GERARD
2021-12-07 10:56:49 +01:00
parent 11271ad59a
commit 7bed54bd0c

View File

@@ -13,9 +13,10 @@ spec:
type: ClusterIP
ports:
{%- for port in ports %}
- containerPort: {{ port.port }}
- protocol: TCP
name: "p{{ port.port }}"
protocol: TCP
port: {{ port.port }}
targetPort: {{ port.port }}
{%- endfor %}
selector:
ownerId: {{ owner_id }}