Files
truecharts/charts/incubator/self-service-password/values.yaml
T
5c2206eb40 chore(deps): update docker general non-major (#2198)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-17 09:15:06 +01:00

32 lines
564 B
YAML

image:
repository: tccr.io/truecharts/self-service-password
pullPolicy: IfNotPresent
tag: v5.2.1@sha256:32d3cfbac6d3d53bcab5f2e17fc6f02be22c80eded2e6b79c24184f3f618f804
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"