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

30 lines
577 B
YAML

image:
repository: ghcr.io/linuxserver/mysql-workbench
pullPolicy: IfNotPresent
tag: 8.0.34@sha256:09382eaf38ce089d3ca0a430d469a0c7eadf2893373e138def78a460bd85cf6b
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