Skip to content

Commit

Permalink
Migrate modmail to pydis.wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed May 14, 2024
1 parent fca2f3f commit 75e5d87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/namespaces/modmail/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ data:
DATA_COLLECTION: 'false' # Disable bot metadata collection by modmail devs
DISABLE_AUTOUPDATES: 'yes'
GUILD_ID: '267624335836053506'
LOG_URL: https://modmail.pythondiscord.com/
LOG_URL: https://modmail.pydis.wtf/
OWNERS: 165023948638126080,95872159741644800,336843820513755157
REGISTRY_PLUGINS_ONLY: 'false' # Allow the usage of plugins outside of the official registry
6 changes: 3 additions & 3 deletions kubernetes/namespaces/modmail/web/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /
Expand Down

0 comments on commit 75e5d87

Please sign in to comment.