From 3c92fd0a2be02fed156f222173aa774a4d551f1f Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 26 Oct 2023 20:31:54 +0200 Subject: [PATCH] let's allow some traffic in Signed-off-by: Martyn Ranyard --- everything-app/app-ingress-nginx.yaml | 17 +++++++++++++++++ everything-app/project-infra.yaml | 1 + 2 files changed, 18 insertions(+) create mode 100644 everything-app/app-ingress-nginx.yaml diff --git a/everything-app/app-ingress-nginx.yaml b/everything-app/app-ingress-nginx.yaml new file mode 100644 index 0000000..8f329c1 --- /dev/null +++ b/everything-app/app-ingress-nginx.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: 1password-connect + namespace: argocd +spec: + destination: + namespace: cluster-ingress + server: https://kubernetes.default.svc + project: infra + source: + chart: ingress-nginx + repoURL: https://kubernetes.github.io/ingress-nginx + targetRevision: 4.8.3 + syncPolicy: + automated: + selfHeal: true diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index d2a7add..9d14f8a 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -20,3 +20,4 @@ spec: - https://1password.github.io/connect-helm-charts/ - https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts - https://github.com/MeisterLabs/secrets-store-csi-driver-provider-1password + - https://kubernetes.github.io/ingress-nginx