Add overlay patches 11

This commit is contained in:
Ruben Hensen
2024-09-14 21:56:42 +02:00
parent 45440b2a89
commit de2f38d8c9
@@ -1,3 +1,17 @@
- op: replace #action apiVersion: apps/v1
path: /spec/template/spec/containers/livenessProbe #resouirce we want to change kind: Deployment
value: {} #value we want to use for patching metadata:
name: argocd-notifications-controller
namespace: argocd
$patch: replace
spec:
template:
spec:
containers:
- livenessProbe: {}
# failureThreshold: 3
# periodSeconds: 10
# successThreshold: 1
# tcpSocket:
# port: 9001
# timeoutSeconds: 1