26 lines
510 B
YAML
26 lines
510 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cloudbeaver
|
|
tag: latest@sha256:23d1ce448ea9e6e058abee3055d5d323e87d4edc3d6517fee6c15239a02d5c46
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /opt/cloudbeaver/workspace
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8978
|
|
protocol: TCP
|
|
targetPort: 8978
|
|
|
|
portal:
|
|
enabled: true
|