42 lines
953 B
YAML
42 lines
953 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: vinid223/gcloud-storage-backup
|
|
tag: latest@sha256:9c118e31cba8f9eb4bcd55e4bde1dffde0b4bd805b1fbd6e42dceb66346c0dca
|
|
persistence:
|
|
google-cloud-storage-backup:
|
|
enabled: true
|
|
mountPath: /data/backup
|
|
readOnly: true
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ACCESS_KEY: "Container Variable: ACCESS_KEY"
|
|
CRON_SCHEDULE: 0 * * * *
|
|
GCSOPTIONS: ""
|
|
GCSPATH: gs://mybucket/
|
|
SECRET_KEY: "Container Variable: SECRET_KEY"
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|