Add phpMyAdmin Studio service
This commit is contained in:
parent
0f2c3ab52e
commit
b494e08cb8
11 changed files with 224 additions and 0 deletions
19
charts/phpmyadmin/values.yaml
Normal file
19
charts/phpmyadmin/values.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
namespace: phpmyadmin
|
||||
|
||||
image:
|
||||
repository: phpmyadmin
|
||||
tag: "5.2.3"
|
||||
|
||||
mysql:
|
||||
host: platform-mysql.platform-services.svc.cluster.local
|
||||
port: 3306
|
||||
|
||||
app:
|
||||
absoluteUri: https://www.symcrest.com/services/studio/phpmyadmin/
|
||||
|
||||
storage:
|
||||
className: longhorn
|
||||
size: 1Gi
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
Loading…
Add table
Add a link
Reference in a new issue