diff options
| author | 2024-05-14 03:33:06 +0100 | |
|---|---|---|
| committer | 2024-05-14 15:15:53 +0100 | |
| commit | 5c7e8e6066afa5f2d34ce36ef83c75567102df52 (patch) | |
| tree | f34cb2dc421c944b42ddcba2acc50158f58b2d45 /kubernetes/namespaces/tooling/policy-bot/ingress.yaml | |
| parent | Migrate Metabase to pydis.wtf (diff) | |
Move policy-bot to pydis.wtf
Diffstat (limited to 'kubernetes/namespaces/tooling/policy-bot/ingress.yaml')
| -rw-r--r-- | kubernetes/namespaces/tooling/policy-bot/ingress.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/namespaces/tooling/policy-bot/ingress.yaml b/kubernetes/namespaces/tooling/policy-bot/ingress.yaml index 79c2f74..cd7d529 100644 --- a/kubernetes/namespaces/tooling/policy-bot/ingress.yaml +++ b/kubernetes/namespaces/tooling/policy-bot/ingress.yaml @@ -10,10 +10,10 @@ metadata: spec: tls: - hosts: - - "*.pythondiscord.com" - secretName: pythondiscord.com-tls + - "*.pydis.wtf" + secretName: pydis.wtf-tls rules: - - host: policy-bot.pythondiscord.com + - host: policy-bot.pydis.wtf http: paths: - path: / |