mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
Add overlay patches 8
This commit is contained in:
@@ -10,4 +10,9 @@ resources:
|
|||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- path: ./overlays/argocd-notifications-controller-patch.yaml
|
- target:
|
||||||
|
group: apps
|
||||||
|
version: v1
|
||||||
|
kind: Deployments
|
||||||
|
name: argocd-notifications-controller
|
||||||
|
path: argocd-notifications-controller-patch.yaml
|
||||||
@@ -1,17 +1,3 @@
|
|||||||
apiVersion: apps/v1
|
- op: replace #action
|
||||||
kind: Deployment
|
path: /spec/template/spec/containers/livenessProbe #resouirce we want to change
|
||||||
metadata:
|
value: {} #value we want to use for patching
|
||||||
name: argocd-notifications-controller
|
|
||||||
namespace: argocd
|
|
||||||
$patch: merge
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- livenessProbe: {}
|
|
||||||
# failureThreshold: 3
|
|
||||||
# periodSeconds: 10
|
|
||||||
# successThreshold: 1
|
|
||||||
# tcpSocket:
|
|
||||||
# port: 9001
|
|
||||||
# timeoutSeconds: 1
|
|
||||||
Reference in New Issue
Block a user