2022-07-20 19:13:25 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/fenrus
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:8c19f0d4c692f0fa64cc7b5c03929bd142d500def02eb1c39822b705798650d9
|
2022-07-20 19:13:25 +00:00
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /app/data
|
|
|
|
images:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /app/wwwroot/images
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 3000
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 3000
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|