Skip to content

Commit 2c092a9

Browse files
cmyuiclaude
andcommitted
Add PMA_ABSOLUTE_URI to phpMyAdmin deployment
Required for phpMyAdmin to generate correct URLs when running behind a reverse proxy at /phpmyadmin/ path. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ef7e290 commit 2c092a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

k8s/phpmyadmin/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
value: "3306"
2929
- name: PMA_ARBITRARY
3030
value: "1"
31+
- name: PMA_ABSOLUTE_URI
32+
value: "https://old.akatsuki.gg/phpmyadmin/"
3133
resources:
3234
requests:
3335
cpu: 100m

0 commit comments

Comments
 (0)