26 lines
510 B
YAML
26 lines
510 B
YAML
env:
|
|
PWM_APPLICATIONFLAGS: NoFileLock
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: fjudith/pwm
|
|
tag: latest@sha256:af1f8ab32444f0fa039734144a6342c9f179a9a2ea4fab4f8e11ab1d59b21ef9
|
|
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
|