diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 552d3c1..946c6ed 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -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