Added tasks proxy

This commit is contained in:
Marcus Noble 2022-01-22 14:26:50 +00:00
parent 64cd24e0e5
commit a86dc5d7cd
1 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,7 @@ data:
"tekton-el.auth-proxy.svc": "tekton-el.cluster.local",
"home.auth-proxy.svc": "home.cluster.local",
"home.cluster.fun": "home.cluster.local",
"tasks.cluster.fun": "tasks.cluster.local"
"prometheus.auth-proxy.svc": "prometheus.cluster.local",
"loki.auth-proxy.svc": "loki.cluster.local",
"loki.auth-proxy.svc:80": "loki.cluster.local"
@ -264,6 +265,7 @@ spec:
tls:
- hosts:
- home.cluster.fun
- tasks.cluster.fun
secretName: non-auth-proxy-ingress
rules:
- host: home.cluster.fun
@ -276,3 +278,13 @@ spec:
name: non-auth-proxy
port:
name: http
- host: tasks.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: non-auth-proxy
port:
name: http