Skip to content

Commit

Permalink
Allow for podLabels to be set (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
penekk authored Mar 30, 2021
1 parent eb73c53 commit 8ef92c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/centrifugo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: centrifugo
description: Centrifugo is a scalable real-time messaging server in language-agnostic way
version: 6.0.3
version: 6.0.4
appVersion: 2.8.1
home: https://centrifugal.github.io/centrifugo/
icon: https://centrifugal.github.io/centrifugo/images/favicon.png
Expand Down
3 changes: 3 additions & 0 deletions charts/centrifugo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
{{- end }}
labels:
{{- include "centrifugo.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- include "centrifugo.imagePullSecrets" . | indent 6 }}
serviceAccountName: {{ include "centrifugo.serviceAccountName" . }}
Expand Down
1 change: 1 addition & 0 deletions charts/centrifugo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ autoscaling:
terminationGracePeriodSeconds: 30

podAnnotations: {}
podLabels: {}

podSecurityContext: {}
# fsGroup: 2000
Expand Down

0 comments on commit 8ef92c0

Please sign in to comment.