Env vars are strings.
All checks were successful
ci/woodpecker/push/unifi-controller Pipeline was successful
All checks were successful
ci/woodpecker/push/unifi-controller Pipeline was successful
This commit is contained in:
parent
bff9f94e89
commit
9a620bae8e
1 changed files with 5 additions and 5 deletions
|
@ -33,15 +33,15 @@ spec:
|
|||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: PUID
|
||||
value: 1000
|
||||
value: "1000"
|
||||
- name: PGID
|
||||
value: 1000
|
||||
value: "1000"
|
||||
- name: TZ
|
||||
value: Europe/London
|
||||
value: "Europe/London"
|
||||
- name: MEM_LIMIT
|
||||
value: 1024
|
||||
value: "512"
|
||||
- name: MEM_STARTUP
|
||||
value: 1024
|
||||
value: "512"
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8443
|
||||
|
|
Loading…
Reference in a new issue