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 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
labels: labels:
{{- include "fcoscore.selectorLabels" . | nindent 8 }} app: {{ include "fcoscore.frontend.fullname" . }}
spec: spec:
{{- with .Values.imagePullSecrets }} {{- with .Values.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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