mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
17 lines
390 B
YAML
17 lines
390 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: argocd-notifications-controller
|
|
namespace: argocd
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
$patch: replace
|
|
livenessProbe: {}
|
|
# failureThreshold: 3
|
|
# periodSeconds: 10
|
|
# successThreshold: 1
|
|
# tcpSocket:
|
|
# port: 9001
|
|
# timeoutSeconds: 1 |