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",
|
"tekton-el.auth-proxy.svc": "tekton-el.cluster.local",
|
||||||
"home.auth-proxy.svc": "home.cluster.local",
|
"home.auth-proxy.svc": "home.cluster.local",
|
||||||
"home.cluster.fun": "home.cluster.local",
|
"home.cluster.fun": "home.cluster.local",
|
||||||
|
"tasks.cluster.fun": "tasks.cluster.local"
|
||||||
"prometheus.auth-proxy.svc": "prometheus.cluster.local",
|
"prometheus.auth-proxy.svc": "prometheus.cluster.local",
|
||||||
"loki.auth-proxy.svc": "loki.cluster.local",
|
"loki.auth-proxy.svc": "loki.cluster.local",
|
||||||
"loki.auth-proxy.svc:80": "loki.cluster.local"
|
"loki.auth-proxy.svc:80": "loki.cluster.local"
|
||||||
@ -264,6 +265,7 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- home.cluster.fun
|
- home.cluster.fun
|
||||||
|
- tasks.cluster.fun
|
||||||
secretName: non-auth-proxy-ingress
|
secretName: non-auth-proxy-ingress
|
||||||
rules:
|
rules:
|
||||||
- host: home.cluster.fun
|
- host: home.cluster.fun
|
||||||
@ -276,3 +278,13 @@ spec:
|
|||||||
name: non-auth-proxy
|
name: non-auth-proxy
|
||||||
port:
|
port:
|
||||||
name: http
|
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