Remove home ingress
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
de2284eea2
commit
a075d33e6e
@ -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",
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user