diff options
author | 2024-05-14 04:00:02 +0100 | |
---|---|---|
committer | 2024-05-14 15:15:53 +0100 | |
commit | 4f5340bebd14111ca07dc71933ca32ccba1ce796 (patch) | |
tree | ce29a30714d6315c0e48d31f67a1025e06a13771 /kubernetes/namespaces/pixels | |
parent | Update Ansible Prometheus to point to pydis.wtf alertmanager (diff) |
Update Pixels modsite to pixels-mod.pydis.wtf
Diffstat (limited to 'kubernetes/namespaces/pixels')
-rw-r--r-- | kubernetes/namespaces/pixels/pixels-modsite/README.md | 2 | ||||
-rw-r--r-- | kubernetes/namespaces/pixels/pixels-modsite/ingress.yaml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/namespaces/pixels/pixels-modsite/README.md b/kubernetes/namespaces/pixels/pixels-modsite/README.md index ee95650..3526004 100644 --- a/kubernetes/namespaces/pixels/pixels-modsite/README.md +++ b/kubernetes/namespaces/pixels/pixels-modsite/README.md @@ -1,6 +1,6 @@ # Pixels -The deployment for the [Pixels modsite project](https://git.pydis.com/pixels-modsite), hosted at https://pixels-modsite.pythondiscord.com. +The deployment for the [Pixels modsite project](https://git.pydis.com/pixels-modsite), hosted at https://pixels-mod.pydis.wtf. This mod site will give Discord mods easy access to moderation actions for the pixels event. diff --git a/kubernetes/namespaces/pixels/pixels-modsite/ingress.yaml b/kubernetes/namespaces/pixels/pixels-modsite/ingress.yaml index 7992344..d4f3649 100644 --- a/kubernetes/namespaces/pixels/pixels-modsite/ingress.yaml +++ b/kubernetes/namespaces/pixels/pixels-modsite/ingress.yaml @@ -10,10 +10,10 @@ metadata: spec: tls: - hosts: - - "*.pythondiscord.com" - secretName: pythondiscord.com-tls + - "*.pydis.wtf" + secretName: pydis.wtf-tls rules: - - host: pixels-modsite.pythondiscord.com + - host: pixels-mod.pydis.wtf http: paths: - path: / |