fix: pma conf

This commit is contained in:
Philip Haupt
2025-10-06 22:41:53 +02:00
parent 2bf2272606
commit a3604cae15
2 changed files with 7 additions and 3 deletions

View File

@@ -53,7 +53,11 @@ spec:
app.kubernetes.io/name: phpmyadmin app.kubernetes.io/name: phpmyadmin
spec: spec:
containers: containers:
- env: null - env:
- name: PMA_ABSOLUTE_URI
value: https://pma.home
- name: PMA_ARBITRARY
value: "1"
image: phpmyadmin:5.2.2-apache image: phpmyadmin:5.2.2-apache
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:

View File

@@ -46,9 +46,9 @@ service:
# -- for the complete list see https://docs.phpmyadmin.net/en/latest/setup.html#installing-using-docker # -- for the complete list see https://docs.phpmyadmin.net/en/latest/setup.html#installing-using-docker
config: config:
# -- if set to 1, will permit to use any arbitrary host # -- if set to 1, will permit to use any arbitrary host
PMA_ARBITRARY: "" PMA_ARBITRARY: "1"
# -- Set the variable PMA_ABSOLUTE_URI to the fully-qualified path (https://pma.example.net/) where the reverse proxy makes phpMyAdmin available. # -- Set the variable PMA_ABSOLUTE_URI to the fully-qualified path (https://pma.example.net/) where the reverse proxy makes phpMyAdmin available.
PMA_ABSOLUTE_URI: "" PMA_ABSOLUTE_URI: https://pma.home
# -- define comma separated list of address/host names of the MySQL servers # -- define comma separated list of address/host names of the MySQL servers
PMA_HOSTS: "" PMA_HOSTS: ""
ingress: ingress: