Revert supression of ownerId

This commit is contained in:
Romain GERARD
2021-11-17 09:58:09 +01:00
parent 449cb34cfb
commit 204da98bc0
9 changed files with 9 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ spec:
{%- if private_port %}
ports:
- containerPort: {{ private_port }}
name: "p{{ private_port }}"
protocol: TCP
readinessProbe:
tcpSocket:

View File

@@ -13,6 +13,7 @@ spec:
type: ClusterIP
ports:
- protocol: TCP
name: "p{{ private_port }}"
port: {{ private_port }}
targetPort: {{ private_port }}
selector:

View File

@@ -62,6 +62,7 @@ spec:
{%- if private_port %}
ports:
- containerPort: {{ private_port }}
name: "p{{ private_port }}"
protocol: TCP
readinessProbe:
tcpSocket:

View File

@@ -67,6 +67,7 @@ spec:
{%- if private_port %}
ports:
- containerPort: {{ private_port }}
name: "p{{ private_port }}"
protocol: TCP
readinessProbe:
tcpSocket:

View File

@@ -13,6 +13,7 @@ spec:
type: ClusterIP
ports:
- protocol: TCP
name: "p{{ private_port }}"
port: {{ private_port }}
targetPort: {{ private_port }}
selector:

View File

@@ -62,6 +62,7 @@ spec:
{%- if private_port %}
ports:
- containerPort: {{ private_port }}
name: "p{{ private_port }}"
protocol: TCP
readinessProbe:
tcpSocket:

View File

@@ -66,6 +66,7 @@ spec:
{%- if private_port %}
ports:
- containerPort: {{ private_port }}
name: "p{{ private_port }}"
protocol: TCP
readinessProbe:
tcpSocket:

View File

@@ -13,6 +13,7 @@ spec:
type: ClusterIP
ports:
- protocol: TCP
name: "p{{ private_port }}"
port: {{ private_port }}
targetPort: {{ private_port }}
selector:

View File

@@ -62,6 +62,7 @@ spec:
{%- if private_port %}
ports:
- containerPort: {{ private_port }}
name: "p{{ private_port }}"
protocol: TCP
readinessProbe:
tcpSocket: