Files
truecharts/charts/incubator/pwm/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

26 lines
537 B
YAML

env:
PWM_APPLICATIONFLAGS: NoFileLock
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pwm
tag: latest@sha256:5c27b39dff4004a40a5b7b71d25361efec2b669e367923dc43fa582d614ba4ba
persistence:
appdata:
enabled: true
mountPath: /usr/share/pwm
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8282
protocol: TCP
targetPort: 8080