Remove home ingress

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-11-19 13:21:05 +00:00
parent de2284eea2
commit a075d33e6e
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
2 changed files with 11 additions and 13 deletions

View File

@ -9,8 +9,6 @@ data:
mapping.json: | mapping.json: |
{ {
"tekton-el.auth-proxy.svc": "tekton-el.cluster.local", "tekton-el.auth-proxy.svc": "tekton-el.cluster.local",
"home.auth-proxy.svc": "home.cluster.local",
"home.cluster.fun": "home.cluster.local",
"vmcluster.auth-proxy.svc": "vmcluster.cluster.local", "vmcluster.auth-proxy.svc": "vmcluster.cluster.local",
"loki.auth-proxy.svc": "loki-write.cluster.local", "loki.auth-proxy.svc": "loki-write.cluster.local",
"loki.auth-proxy.svc:80": "loki-write.cluster.local", "loki.auth-proxy.svc:80": "loki-write.cluster.local",

View File

@ -176,21 +176,21 @@ spec:
ingressClassName: nginx ingressClassName: nginx
tls: tls:
- hosts: - hosts:
- home.cluster.fun # - home.cluster.fun
- tasks.cluster.fun - tasks.cluster.fun
- api.tasks.cluster.fun - api.tasks.cluster.fun
secretName: non-auth-proxy-ingress secretName: non-auth-proxy-ingress
rules: rules:
- host: home.cluster.fun # - host: home.cluster.fun
http: # http:
paths: # paths:
- path: / # - path: /
pathType: ImplementationSpecific # pathType: ImplementationSpecific
backend: # backend:
service: # service:
name: non-auth-proxy # name: non-auth-proxy
port: # port:
name: http # name: http
- host: tasks.cluster.fun - host: tasks.cluster.fun
http: http:
paths: paths: