Fix invy db
This commit is contained in:
parent
33d3a77d28
commit
7af9c4c214
@ -18,6 +18,10 @@ spec:
|
||||
{{- include "invy.selectorLabels" . | nindent 8 }}
|
||||
app.kubernetes.io/component: database
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
runAsNonRoot: true
|
||||
fsGroup: 999
|
||||
containers:
|
||||
- name: postgres
|
||||
image: "{{ .Values.postgres.image.repository }}:{{ .Values.postgres.image.tag }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user