From 47096c9877a34ed077f1db3cac5ff48294b536c6 Mon Sep 17 00:00:00 2001 From: u1 Date: Sat, 14 Feb 2026 10:53:55 +0000 Subject: [PATCH] feat(monitoring): add ArgoCD app for monitoring ingress/certs/auth --- .../argocd/application-monitoring-extras.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bootstrap/argocd/application-monitoring-extras.yaml diff --git a/bootstrap/argocd/application-monitoring-extras.yaml b/bootstrap/argocd/application-monitoring-extras.yaml new file mode 100644 index 0000000..7f66b08 --- /dev/null +++ b/bootstrap/argocd/application-monitoring-extras.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: monitoring-extras + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.mpabi.pl/trade/trade-deploy.git + targetRevision: main + path: kustomize/infra/monitoring-extras + destination: + server: https://kubernetes.default.svc + namespace: monitoring + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true