29 lines
597 B
YAML
29 lines
597 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/linuxserver/mysql-workbench
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.0.47@sha256:0f01eea744970ea425487ab0bb918d3f36e04fa4e5a2c4f170ce93955fd928be
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
protocol: http
|
|
port: 10134
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
capabilities:
|
|
add:
|
|
- IPC_LOCK
|
|
runAsUser: 0
|
|
runAsGroup: 0
|