mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Fix scaleway service
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user