All checks were successful
Build Docker image / docker (push) Successful in 1m35s
29 lines
487 B
YAML
29 lines
487 B
YAML
image:
|
|
repository: git.mak-sim.ru/maksim/pg_backup
|
|
pullPolicy: IfNotPresent
|
|
tag: "0.0.7"
|
|
|
|
imagePullSecrets:
|
|
- name: regcred
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "200m"
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: "750m"
|
|
memory: "600Mi"
|
|
|
|
postgres_host: ""
|
|
postgres_port: "5432"
|
|
postgres_user: postgres
|
|
postgres_password: ""
|
|
postgres_ssl_mode: require
|
|
|
|
aws_access_key_id: ""
|
|
aws_secret_access_key: ""
|
|
|
|
restic_password: ""
|
|
restic_repository: ""
|
|
restic_host: weasel
|
|
restic_tag: pg_basebackup |