27 lines
501 B
YAML
27 lines
501 B
YAML
image:
|
|
repository: organizr/organizr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:e21f486e00fd3664f3272848bf2397686500c2f447f8fcf2a7b12491ae8e0176
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10022
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|