30 lines
610 B
YAML
30 lines
610 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/fjudith/pwm
|
|
tag: alpine@sha256:e56613b8867e80e8b525bfdf7404af344e1a4cf629b04e4e107428de9dfd569a
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /usr/share/pwm
|
|
|
|
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
|