31 lines
734 B
YAML
31 lines
734 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: n8n
|
|
namespace: argocd
|
|
annotations:
|
|
notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666"
|
|
notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666"
|
|
spec:
|
|
destination:
|
|
namespace: n8n
|
|
server: https://kubernetes.default.svc
|
|
ignoreDifferences:
|
|
- jsonPointers:
|
|
- /data
|
|
kind: Secret
|
|
name: n8n-secret
|
|
namespace: n8n
|
|
project: default
|
|
source:
|
|
path: n8n
|
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- RespectIgnoreDifferences=true
|