helm repo add bitnami https://charts.bitnami.com/bitnami
ingress:
enabled: true
hostname: testphpmyadmin.example.com
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/ssl-redirect: "true"
extraTls:
- hosts:
- testphpmyadmin.example.com
secretName: example-com-tls
db:
host: mysql.example.svc
helm upgrade --install example-mysql-admin bitnami/phpmyadmin -n kugga-audio -f values.yaml