27 lines
523 B
YAML
27 lines
523 B
YAML
|
env:
|
||
|
MYSQL_PASSWORD: root
|
||
|
MYSQL_USER: root
|
||
|
PMA_HOST: 192.168.70.99
|
||
|
PMA_PORT: "3306"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/phpmyadmin
|
||
|
tag: latest@sha256:d46e4bea56101d56e0a811c837f5a2a41f87a52ac40eca5dad82179d5f7f94ca
|
||
|
persistence: {}
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8080
|
||
|
protocol: TCP
|
||
|
targetPort: 80
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|