27 lines
522 B
YAML
27 lines
522 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:
|
|
ports:
|
|
main:
|
|
port: 8282
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|