further trim down the ingress ressource to the bare minimum

This commit is contained in:
Aaron Riedel 2023-06-19 00:50:20 +02:00
parent ca710e2013
commit 115c128c60
Signed by: aaron
GPG key ID: 643004654D40D577
10 changed files with 8 additions and 181 deletions

View file

@ -14,3 +14,10 @@ data:
hs = {}
hs.status = "Healthy"
return hs
resource.exclusions: |
- apiGroups:
- "*"
kinds:
- "CiliumIdentity"
clusters:
- https://kubernetes.default.svc

View file

@ -5,8 +5,6 @@ metadata:
name: argocd-ingress
namespace: argocd
annotations:
kubernetes.io/ingress.class: "nginx"
ingress.kubernetes.io/ssl-redirect: "false"
nginx.org/ssl-services: "argocd-server"
spec:
rules: