28 lines
543 B
YAML
28 lines
543 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/keeweb
|
|
tag: latest@sha256:0a32848c665a36a3c3e06fd97fa6cc2b929aaa158677344f24c8ce369b780f3b
|
|
persistence:
|
|
storagenginx:
|
|
enabled: true
|
|
mountPath: /etc/nginx/external/
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 8003
|
|
protocol: TCP
|
|
targetPort: 443
|
|
|
|
portal:
|
|
enabled: true
|