30 lines
577 B
YAML
30 lines
577 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/mysql-workbench
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.0.36@sha256:0e9599e37b08b1896ac2a53816d506df2ca9da47e23b2b115e45c310395afb79
|
|
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
|