chart-unifi_network_application: set PUID/PGID instead of runAsUser

This commit is contained in:
2024-08-25 23:49:44 +02:00
parent 6408e471c3
commit 5c86431dd1
3 changed files with 22 additions and 7 deletions

View File

@ -45,6 +45,7 @@ spec:
value: {{ .Values.mongodb.password }}
- name: MONGO_DBNAME
value: {{ .Values.mongodb.dbname }}
{{- toYaml .Values.mongodb.extraEnv | nindent 12 }}
ports:
- name: 'mongo'
@ -105,6 +106,7 @@ spec:
value: {{ .Values.mongodb.dbname }}
- name: MONGO_AUTHSOURCE
value: admin
{{- toYaml .Values.extraEnv | nindent 12 }}
ports:
- name: 'l2-discoverable'