This commit is contained in:
Philip Haupt
2025-05-30 12:28:22 +02:00
parent 193f47194b
commit 2eebb520fe
2 changed files with 7 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ spec:
containers:
- env:
- name: PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION
value: "False"
value: "True"
- name: PGADMIN_DEFAULT_EMAIL
value: admin
- name: PGADMIN_DEFAULT_PASSWORD
@@ -92,6 +92,8 @@ spec:
secretKeyRef:
key: password
name: pgadmin-pgadmin4
- name: PGADMIN_DISABLE_POSTFIX
value: "True"
image: docker.io/dpage/pgadmin4:9.4.0
imagePullPolicy: IfNotPresent
livenessProbe:

View File

@@ -215,12 +215,14 @@ env:
## If True, allows pgAdmin4 to create session cookies based on IP address
## 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
## Ref: https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
##
variables: []
variables:
- name: PGADMIN_DISABLE_POSTFIX
value: "True"
# - name: PGADMIN_LISTEN_ADDRESS
# value: "0.0.0.0"
# - name: PGADMIN_LISTEN_PORT