38 lines
790 B
YAML
38 lines
790 B
YAML
env:
|
|
ACCESS_KEY: "Container Variable: ACCESS_KEY"
|
|
CRON_SCHEDULE: 0 * * * *
|
|
GCSOPTIONS: ""
|
|
GCSPATH: gs://mybucket/
|
|
SECRET_KEY: "Container Variable: SECRET_KEY"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/google-cloud-storage-backup
|
|
tag: latest@sha256:5c3704d1a84dae83b3c8247af026955d569487585ed2e9f61ff703456bf2941d
|
|
persistence:
|
|
google-cloud-storage-backup:
|
|
enabled: true
|
|
mountPath: /data/backup
|
|
readOnly: true
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
portal:
|
|
enabled: false
|