26 lines
510 B
YAML
26 lines
510 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cloudbeaver
|
|
tag: latest@sha256:f603ed2a2c7d08a825a32b63f4ead0aaa20001dfcb0f925061d9e160a75a1df2
|
|
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
|