fix: pma conf
This commit is contained in:
@@ -53,7 +53,11 @@ spec:
|
||||
app.kubernetes.io/name: phpmyadmin
|
||||
spec:
|
||||
containers:
|
||||
- env: null
|
||||
- env:
|
||||
- name: PMA_ABSOLUTE_URI
|
||||
value: https://pma.home
|
||||
- name: PMA_ARBITRARY
|
||||
value: "1"
|
||||
image: phpmyadmin:5.2.2-apache
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
|
||||
@@ -46,9 +46,9 @@ service:
|
||||
# -- for the complete list see https://docs.phpmyadmin.net/en/latest/setup.html#installing-using-docker
|
||||
config:
|
||||
# -- 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.
|
||||
PMA_ABSOLUTE_URI: ""
|
||||
PMA_ABSOLUTE_URI: https://pma.home
|
||||
# -- define comma separated list of address/host names of the MySQL servers
|
||||
PMA_HOSTS: ""
|
||||
ingress:
|
||||
|
||||
Reference in New Issue
Block a user