TrueChartsClone/charts/stable/mysql-workbench/values.yaml

30 lines
576 B
YAML

image:
repository: tccr.io/truecharts/mysql-workbench
pullPolicy: IfNotPresent
tag: 8.0.33@sha256:d9488ac86ef0ba1c887890f5e5d7b54cdcd97026300deeb5c9efe06ab26fbdfb
service:
main:
ports:
main:
targetPort: 3000
protocol: http
port: 10134
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
capabilities:
add:
- IPC_LOCK
runAsUser: 0
runAsGroup: 0