From b06982957ab97342dc329de9c5c1365971f617db Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 30 Mar 2024 17:05:10 +0000 Subject: [PATCH] Support hello Signed-off-by: Marcus Noble --- manifests/auth-proxy/proxy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index ea1f55f..e4fbfa0 100644 --- a/manifests/auth-proxy/proxy.yaml +++ b/manifests/auth-proxy/proxy.yaml @@ -14,7 +14,8 @@ data: "loki.auth-proxy.svc:80": "loki-write.cluster.local", "loki-distributed.auth-proxy.svc": "loki-loki.cluster.local", "loki-distributed.auth-proxy.svc:80": "loki-loki.cluster.local", - "hello-world.cluster.fun": "hello-world.cluster.fun" + "hello-world.cluster.fun": "hello-world.cluster.fun", + "hello.cluster.fun": "hello.cluster.fun" } --- apiVersion: apps/v1