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:
|
||||
matchLabels:
|
||||
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 6 }}
|
||||
app.kubernetes.io/component: app
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 8 }}
|
||||
app.kubernetes.io/component: app
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
|
||||
@@ -8,6 +8,7 @@ spec:
|
||||
type: {{ .Values.service.type }}
|
||||
selector:
|
||||
{{- include "factorio-signal-exporter.selectorLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: app
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: 3000
|
||||
Reference in New Issue
Block a user