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,12 @@
apiVersion: v1
kind: Service
metadata:
name: phpmyadmin
namespace: {{ .Values.namespace }}
spec:
selector:
app: phpmyadmin
ports:
- name: http
port: 80
targetPort: http