further trim down the ingress ressource to the bare minimum
This commit is contained in:
parent
ca710e2013
commit
115c128c60
10 changed files with 8 additions and 181 deletions
|
@ -14,3 +14,10 @@ data:
|
|||
hs = {}
|
||||
hs.status = "Healthy"
|
||||
return hs
|
||||
resource.exclusions: |
|
||||
- apiGroups:
|
||||
- "*"
|
||||
kinds:
|
||||
- "CiliumIdentity"
|
||||
clusters:
|
||||
- https://kubernetes.default.svc
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue