mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add overlay patches 8
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user