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