* fix(keeweb) code cleanup + add http port * remove excess space * fix advancedPortHTTP * some changes * some more Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
41 lines
666 B
YAML
41 lines
666 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/keeweb
|
|
tag: latest@sha256:0a32848c665a36a3c3e06fd97fa6cc2b929aaa158677344f24c8ce369b780f3b
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8003
|
|
protocol: HTTPS
|
|
targetPort: 443
|
|
http:
|
|
enabled: true
|
|
ports:
|
|
http:
|
|
enabled: true
|
|
port: 8004
|
|
protocol: HTTP
|
|
targetPort: 80
|
|
|
|
ingress:
|
|
http:
|
|
autoLink: true
|
|
|
|
persistence:
|
|
nginx:
|
|
enabled: true
|
|
mountPath: /etc/nginx/external
|
|
|
|
portal:
|
|
enabled: true
|