mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
chore(helm): add pod annotations (#7222)
This commit is contained in:
parent
2e35ebf1dc
commit
d1b4c8c407
@ -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…
Reference in New Issue
Block a user