35 lines
588 B
YAML
35 lines
588 B
YAML
image:
|
|
repository: tccr.io/truecharts/self-service-password
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.3.1@sha256:ec141efccd9b04c03feb6f10c37a97f6271e1891ac8ecd7b34a5ee71d90e3795
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
SETUP_MODE: "manual"
|
|
ENABLE_RESET_LOG: true
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10182
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/assets/custom"
|
|
logs:
|
|
enabled: true
|
|
mountPath: "/www/logs"
|
|
|
|
portal:
|
|
enabled: true
|