TrueChartsClone/charts/incubator/restic-rest-server/values.yaml

27 lines
504 B
YAML

env:
OPTIONS: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/restic-rest-server
tag: latest@sha256:882c045b6c1fabd8417f519ca9ed540a8b0df2a4174bc15239c075efcdfa7fd9
persistence:
data:
enabled: true
mountPath: /data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8000
protocol: TCP
targetPort: 8000
portal:
enabled: true