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