Fixed error in mapping json

This commit is contained in:
Marcus Noble 2022-01-22 15:07:41 +00:00
parent 9d1b714e94
commit cd38ae3b8f
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ 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"
"api.tasks.cluster.fun": "api.tasks.cluster.local"
"tasks.cluster.fun": "tasks.cluster.local",
"api.tasks.cluster.fun": "api.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"