Add phpMyAdmin Studio service

This commit is contained in:
Arvind Prabhakar 2026-09-05 23:41:11 +00:00
commit b494e08cb8
11 changed files with 224 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: phpmyadmin
namespace: argocd
spec:
project: studio
source:
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
targetRevision: main
path: rendered/phpmyadmin
destination:
server: https://kubernetes.default.svc
namespace: phpmyadmin
syncPolicy:
automated:
prune: false
selfHeal: true

View file

@ -18,3 +18,5 @@ spec:
- namespace: pgadmin
server: https://kubernetes.default.svc
- namespace: phpmyadmin
server: https://kubernetes.default.svc