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