forked from k-space/kube
phpmyadmin: Use 6446 for MySQL Operator instances
This commit is contained in:
parent
546dc71450
commit
5b11b7f3a6
@ -26,7 +26,9 @@ spec:
|
|||||||
- name: PMA_ARBITRARY
|
- name: PMA_ARBITRARY
|
||||||
value: "1"
|
value: "1"
|
||||||
- name: PMA_HOSTS
|
- name: PMA_HOSTS
|
||||||
value: mysql-cluster.etherpad.svc.cluster.local,mariadb.authelia,mariadb.nextcloud,172.20.36.1
|
value: mysql-cluster.authelia,mysql-cluster.etherpad,mariadb.authelia,mariadb.nextcloud,172.20.36.1
|
||||||
|
- name: PMA_PORTS
|
||||||
|
value: 6446,6446,3306,3306,3306
|
||||||
- name: PMA_ABSOLUTE_URI
|
- name: PMA_ABSOLUTE_URI
|
||||||
value: https://phpmyadmin.k-space.ee/
|
value: https://phpmyadmin.k-space.ee/
|
||||||
- name: UPLOAD_LIMIT
|
- name: UPLOAD_LIMIT
|
||||||
@ -98,7 +100,7 @@ spec:
|
|||||||
to:
|
to:
|
||||||
- namespaceSelector: {}
|
- namespaceSelector: {}
|
||||||
ports:
|
ports:
|
||||||
- port: 3306
|
- port: 6446
|
||||||
- # Allow connecting to any MySQL instance outside the cluster
|
- # Allow connecting to any MySQL instance outside the cluster
|
||||||
to:
|
to:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
|
Loading…
Reference in New Issue
Block a user