Added app.kubernetes.io/component label to app
All checks were successful
Build & Push / build (push) Successful in 1m52s
All checks were successful
Build & Push / build (push) Successful in 1m52s
This commit is contained in:
@@ -9,10 +9,12 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 6 }}
|
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 6 }}
|
||||||
|
app.kubernetes.io/component: app
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 8 }}
|
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 8 }}
|
||||||
|
app.kubernetes.io/component: app
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||||
spec:
|
spec:
|
||||||
{{- with .Values.imagePullSecrets }}
|
{{- with .Values.imagePullSecrets }}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ spec:
|
|||||||
type: {{ .Values.service.type }}
|
type: {{ .Values.service.type }}
|
||||||
selector:
|
selector:
|
||||||
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 4 }}
|
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 4 }}
|
||||||
|
app.kubernetes.io/component: app
|
||||||
ports:
|
ports:
|
||||||
- port: {{ .Values.service.port }}
|
- port: {{ .Values.service.port }}
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
Reference in New Issue
Block a user