change command
This commit is contained in:
@@ -13,15 +13,15 @@ pgadmin4:
|
|||||||
tag: "8.9"
|
tag: "8.9"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /bin/chown -R
|
- /bin/chown -R 5050:5050 /var/lib/pgadmin
|
||||||
- 5050:5050
|
|
||||||
- /var/lib/pgadmin
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 5050
|
||||||
image:
|
image:
|
||||||
repository: dpage/pgadmin4
|
repository: dpage/pgadmin4
|
||||||
tag: "8.9"
|
tag: "8.9"
|
||||||
|
Reference in New Issue
Block a user