31 lines
580 B
YAML
31 lines
580 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: fjudith/pwm
|
||
|
tag: latest@sha256:af1f8ab32444f0fa039734144a6342c9f179a9a2ea4fab4f8e11ab1d59b21ef9
|
||
|
persistence:
|
||
|
appdata:
|
||
|
enabled: true
|
||
|
mountPath: /usr/share/pwm
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8282
|
||
|
protocol: tcp
|
||
|
targetPort: 8080
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
PWM_APPLICATIONFLAGS: NoFileLock
|