Improvements for haven-notify
This commit is contained in:
@@ -26,6 +26,18 @@ spec:
|
||||
secretKeyRef:
|
||||
name: discord-webhook
|
||||
key: HAVEN_WEBHOOK_URL
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ready
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /live
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
---
|
||||
|
Reference in New Issue
Block a user