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: |
{
"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",
"loki.auth-proxy.svc": "loki-write.cluster.local",
"loki.auth-proxy.svc:80": "loki-write.cluster.local",

View File

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