diff options
-rw-r--r-- | kubernetes/namespaces/tooling/metabase/ingress.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/namespaces/tooling/metabase/ingress.yaml b/kubernetes/namespaces/tooling/metabase/ingress.yaml index b29bdd8..c2c5436 100644 --- a/kubernetes/namespaces/tooling/metabase/ingress.yaml +++ b/kubernetes/namespaces/tooling/metabase/ingress.yaml @@ -10,10 +10,10 @@ metadata: spec: tls: - hosts: - - "*.pythondiscord.com" - secretName: pythondiscord.com-tls + - "*.pydis.wtf" + secretName: pydis.wtf-tls rules: - - host: metabase.pythondiscord.com + - host: metabase.pydis.wtf http: paths: - path: / |