Assign unique set of labels to k8s deployments #19703 (#19706)

This commit is contained in:
Alex Nordlund
2022-11-08 17:21:06 +01:00
committed by GitHub
parent f4b78028a3
commit 476e74b4c4
10 changed files with 18 additions and 10 deletions

View File

@ -11,6 +11,7 @@ spec:
selector:
matchLabels:
{{- include "mastodon.selectorLabels" . | nindent 6 }}
app.kubernetes.io/component: streaming
template:
metadata:
{{- with .Values.podAnnotations }}
@ -19,6 +20,7 @@ spec:
{{- end }}
labels:
{{- include "mastodon.selectorLabels" . | nindent 8 }}
app.kubernetes.io/component: streaming
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets: