Added tasks proxy
This commit is contained in:
parent
64cd24e0e5
commit
a86dc5d7cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user