Added app.kubernetes.io/component label to app
All checks were successful
Build & Push / build (push) Successful in 1m52s

This commit is contained in:
Caesar2011
2026-05-17 23:32:47 +02:00
parent 8f200514b1
commit ee139f9518
2 changed files with 3 additions and 0 deletions

View File

@@ -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 }}

View File

@@ -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