add livenessProbe to events worker

This commit is contained in:
Florian Herrengt 2024-01-25 17:41:32 +00:00
parent 8f0755e8b8
commit 9d4568508a
3 changed files with 14 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,5 +2,5 @@
kustomization/bases/charts
*.tar.gz
.DS_Store
secrets/secrets.yaml
secrets/**/*
backup_*.sql.gzip

View File

@ -25,3 +25,15 @@ spec:
envFrom:
- secretRef:
name: secrets
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
readinessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 30
periodSeconds: 10

@ -1 +1 @@
Subproject commit 8a09988fbd3fb68f41e6485f7422e78bfd77fddf
Subproject commit 277864d17d8905f8a093ca9312ca71d118a7c896