diff options
| author | 2024-05-14 03:00:05 +0100 | |
|---|---|---|
| committer | 2024-05-14 03:00:05 +0100 | |
| commit | 75e5d87c3970d2d88e0ea35280eedc473afe00be (patch) | |
| tree | 179868e38928514ca238580075301e777031dd58 /kubernetes/namespaces/modmail/web | |
| parent | Reflect pydis.wtf certificate to modmail (diff) | |
Migrate modmail to pydis.wtf
Diffstat (limited to 'kubernetes/namespaces/modmail/web')
| -rw-r--r-- | kubernetes/namespaces/modmail/web/ingress.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/kubernetes/namespaces/modmail/web/ingress.yaml b/kubernetes/namespaces/modmail/web/ingress.yaml index b610b09..f54c022 100644 --- a/kubernetes/namespaces/modmail/web/ingress.yaml +++ b/kubernetes/namespaces/modmail/web/ingress.yaml @@ -10,10 +10,10 @@ metadata:  spec:    tls:    - hosts: -      - "*.pythondiscord.com" -    secretName: pythondiscord.com-tls +      - "*.pydis.wtf" +    secretName: pydis.wtf-tls    rules: -  - host: modmail.pythondiscord.com +  - host: modmail.pydis.wtf      http:        paths:        - path: / | 
