Files
k8scd/argocd/overlays/argocd-notifications-controller-patch.yaml
T
2024-09-14 21:33:18 +02:00

16 lines
372 B
YAML

kind: Deployment
metadata:
name: argocd-notifications-controller
# namespace: argocd
spec:
template:
spec:
containers:
$patch: replace
livenessProbe: {}
# failureThreshold: 3
# periodSeconds: 10
# successThreshold: 1
# tcpSocket:
# port: 9001
# timeoutSeconds: 1