diff --git a/dev/helm/templates/deployment.yaml b/dev/helm/templates/deployment.yaml index feebbe30..21db6a82 100644 --- a/dev/helm/templates/deployment.yaml +++ b/dev/helm/templates/deployment.yaml @@ -14,6 +14,8 @@ spec: metadata: labels: {{- include "wiki.selectorLabels" . | nindent 8 }} + annotations: + {{- toYaml .Values.podAnnotations | nindent 8 }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/dev/helm/values.yaml b/dev/helm/values.yaml index 2118debd..099a694c 100644 --- a/dev/helm/values.yaml +++ b/dev/helm/values.yaml @@ -42,6 +42,8 @@ startupProbe: path: /healthz port: http +podAnnotations: {} + podSecurityContext: {} # fsGroup: 2000