Add overlay patches 8

This commit is contained in:
Ruben Hensen
2024-09-14 21:46:46 +02:00
parent 60fd168938
commit d7aaa18677
2 changed files with 9 additions and 18 deletions
@@ -1,17 +1,3 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-notifications-controller
namespace: argocd
$patch: merge
spec:
template:
spec:
containers:
- livenessProbe: {}
# failureThreshold: 3
# periodSeconds: 10
# successThreshold: 1
# tcpSocket:
# port: 9001
# timeoutSeconds: 1
- op: replace #action
path: /spec/template/spec/containers/livenessProbe #resouirce we want to change
value: {} #value we want to use for patching