Skip to content

Commit

Permalink
Feat adding backup validator for vault (#144)
Browse files Browse the repository at this point in the history
* feat(application-backups-and-exports): adding backup validator for vault
  • Loading branch information
venkatamutyala authored Dec 10, 2023
1 parent e9592f1 commit 034722f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions templates/application-backups-and-exports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ spec:
create: true
name: vault-backup
image:
registry: ghcr.io
repository: glueops/vault-backup-validator
tag: v0.1.3
deployment:
enabled: true
labels:
glueops.dev/app-name: vault-backup-validator
matchLabels:
glueops.dev/app-name: vault-backup-validator
service:
enabled: true
labels:
expose: "true"
type: ClusterIP
port: 8080

cronJob:
enabled: true
Expand All @@ -47,7 +64,7 @@ spec:
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 10
failedJobsHistoryLimit: 3
image: ghcr.io/glueops/backup-tools:v0.7.6
image: ghcr.io/glueops/backup-tools:v0.8.0
command: ["/bin/bash", "-c"]
args:
- backup-vault
Expand Down Expand Up @@ -85,7 +102,7 @@ spec:
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 10
failedJobsHistoryLimit: 3
image: ghcr.io/glueops/backup-tools:v0.7.6
image: ghcr.io/glueops/backup-tools:v0.8.0
command: ["/bin/bash", "-c"]
args:
- backup-loki-logs-as-json
Expand Down

0 comments on commit 034722f

Please sign in to comment.