26 lines
484 B
YAML
26 lines
484 B
YAML
env:
|
|
OPTIONS: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: restic/rest-server
|
|
tag: 0.12.1@sha256:ab6a092c9ff968eb5fe66f4a855133970ddc842e02f9e51e3fdf96b95f0f816a
|
|
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
|