helm: add pod annotations

pull/7222/head
Mawarii 1 year ago
parent 2e35ebf1dc
commit 28ffc57375
No known key found for this signature in database

@ -14,6 +14,8 @@ spec:
metadata: metadata:
labels: labels:
{{- include "wiki.selectorLabels" . | nindent 8 }} {{- include "wiki.selectorLabels" . | nindent 8 }}
annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }}
spec: spec:
{{- with .Values.imagePullSecrets }} {{- with .Values.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:

@ -42,6 +42,8 @@ startupProbe:
path: /healthz path: /healthz
port: http port: http
podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
# fsGroup: 2000 # fsGroup: 2000

Loading…
Cancel
Save