mirror of
https://gh.con.sh/https://github.com/plexinc/pms-docker
synced 2025-04-24 06:03:18 +00:00
feat: allow setting pod annotations
Allow setting annotations for the Pod template in the StatefulSet spec.
This commit is contained in:
parent
e8271cb901
commit
c4dc0ac629
@ -18,6 +18,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
{{- include "pms-chart.labels" . | nindent 8 }}
|
||||
annotations:
|
||||
{{- toYaml .Values.statefulSet.podAnnotations | nindent 8 }}
|
||||
spec:
|
||||
serviceAccountName: {{ include "pms-chart.serviceAccountName" . }}
|
||||
tolerations:
|
||||
|
@ -143,6 +143,8 @@ serviceAccount:
|
||||
statefulSet:
|
||||
# optional extra annotations to add to the service resource
|
||||
annotations: {}
|
||||
# optional extra annotations to add to the pods in the statefulset
|
||||
podAnnotations: {}
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
Loading…
x
Reference in New Issue
Block a user