fixed service node selector

This commit is contained in:
Sebastian Wendel 2022-11-30 13:51:25 +01:00
parent 56a03e1415
commit efea1344e3
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
8 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "fcoscore.selectorLabels" . | nindent 8 }}
app: {{ include "fcoscore.frontend.fullname" . }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:

View file

@ -13,4 +13,4 @@ spec:
protocol: TCP
name: http
selector:
{{- include "fcoscore.selectorLabels" . | nindent 4 }}
app: {{ include "fcoscore.frontend.fullname" . }}

View file

@ -19,7 +19,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "fcoscore.selectorLabels" . | nindent 8 }}
app: {{ include "fcoscore.gateway.fullname" . }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:

View file

@ -13,4 +13,4 @@ spec:
protocol: TCP
name: http
selector:
{{- include "fcoscore.selectorLabels" . | nindent 4 }}
app: {{ include "fcoscore.gateway.fullname" . }}

View file

@ -19,7 +19,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "fcoscore.selectorLabels" . | nindent 8 }}
app: {{ include "fcoscore.zenflow.fullname" . }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:

View file

@ -13,4 +13,4 @@ spec:
protocol: TCP
name: http
selector:
{{- include "fcoscore.selectorLabels" . | nindent 4 }}
app: {{ include "fcoscore.zenflow.fullname" . }}

View file

@ -19,7 +19,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "fcoscore.selectorLabels" . | nindent 8 }}
app: {{ include "fcoscore.zvmlet.fullname" . }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:

View file

@ -13,4 +13,4 @@ spec:
protocol: TCP
name: http
selector:
{{- include "fcoscore.selectorLabels" . | nindent 4 }}
app: {{ include "fcoscore.zvmlet.fullname" . }}