vars
This commit is contained in:
@@ -84,7 +84,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION
|
- name: PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION
|
||||||
value: "False"
|
value: "True"
|
||||||
- name: PGADMIN_DEFAULT_EMAIL
|
- name: PGADMIN_DEFAULT_EMAIL
|
||||||
value: admin
|
value: admin
|
||||||
- name: PGADMIN_DEFAULT_PASSWORD
|
- name: PGADMIN_DEFAULT_PASSWORD
|
||||||
@@ -92,6 +92,8 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: password
|
key: password
|
||||||
name: pgadmin-pgadmin4
|
name: pgadmin-pgadmin4
|
||||||
|
- name: PGADMIN_DISABLE_POSTFIX
|
||||||
|
value: "True"
|
||||||
image: docker.io/dpage/pgadmin4:9.4.0
|
image: docker.io/dpage/pgadmin4:9.4.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|||||||
@@ -215,12 +215,14 @@ env:
|
|||||||
## If True, allows pgAdmin4 to create session cookies based on IP address
|
## If True, allows pgAdmin4 to create session cookies based on IP address
|
||||||
## Ref: https://www.pgadmin.org/docs/pgadmin4/latest/config_py.html
|
## Ref: https://www.pgadmin.org/docs/pgadmin4/latest/config_py.html
|
||||||
##
|
##
|
||||||
enhanced_cookie_protection: "False"
|
enhanced_cookie_protection: "True"
|
||||||
|
|
||||||
## Add custom environment variables that will be injected to deployment
|
## Add custom environment variables that will be injected to deployment
|
||||||
## Ref: https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
|
## Ref: https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
|
||||||
##
|
##
|
||||||
variables: []
|
variables:
|
||||||
|
- name: PGADMIN_DISABLE_POSTFIX
|
||||||
|
value: "True"
|
||||||
# - name: PGADMIN_LISTEN_ADDRESS
|
# - name: PGADMIN_LISTEN_ADDRESS
|
||||||
# value: "0.0.0.0"
|
# value: "0.0.0.0"
|
||||||
# - name: PGADMIN_LISTEN_PORT
|
# - name: PGADMIN_LISTEN_PORT
|
||||||
|
|||||||
Reference in New Issue
Block a user