2021-12-12 22:27:04 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/mysql-workbench
|
|
|
|
pullPolicy: IfNotPresent
|
2023-01-07 13:02:52 +00:00
|
|
|
tag: 8.0.31@sha256:349d0c3a666b2f038b7d382b7d87ac4bb93e5af845a484e5a4baf38d6911ac21
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
2022-03-19 10:09:09 +00:00
|
|
|
readOnlyRootFilesystem: false
|
2022-10-14 22:57:21 +00:00
|
|
|
capabilities:
|
|
|
|
add:
|
|
|
|
- IPC_LOCK
|
2022-04-08 08:38:34 +00:00
|
|
|
|
2021-12-12 22:27:04 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-10-14 22:57:21 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: HTTP
|
|
|
|
path: /
|
|
|
|
readiness:
|
|
|
|
type: HTTP
|
|
|
|
path: /
|
|
|
|
startup:
|
|
|
|
type: HTTP
|
|
|
|
path: /
|
|
|
|
|
2021-12-12 22:27:04 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 3000
|
2022-10-14 22:57:21 +00:00
|
|
|
protocol: HTTP
|
2021-12-12 22:27:04 +00:00
|
|
|
port: 10134
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|