diff options
4 files changed, 7 insertions, 7 deletions
| diff --git a/kubernetes/namespaces/cert-manager/cert-manager/certificates/pydis.wtf.yaml b/kubernetes/namespaces/cert-manager/cert-manager/certificates/pydis.wtf.yaml index ec167b0..3d958bd 100644 --- a/kubernetes/namespaces/cert-manager/cert-manager/certificates/pydis.wtf.yaml +++ b/kubernetes/namespaces/cert-manager/cert-manager/certificates/pydis.wtf.yaml @@ -13,6 +13,6 @@ spec:    secretTemplate:      annotations:        reflector.v1.k8s.emberstack.com/reflection-allowed: "true" -      reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "monitoring,modmail" +      reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "monitoring,modmail,tooling"        reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true" -      reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "monitoring,modmail" +      reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "monitoring,modmail,tooling" diff --git a/kubernetes/namespaces/tooling/bitwarden/README.md b/kubernetes/namespaces/tooling/bitwarden/README.md index 37f01eb..68b1176 100644 --- a/kubernetes/namespaces/tooling/bitwarden/README.md +++ b/kubernetes/namespaces/tooling/bitwarden/README.md @@ -1,6 +1,6 @@  # BitWarden -Our internal password manager, used by the admins to share passwords for our services. Hosted at https://bitwarden.pythondiscord.com +Our internal password manager, used by the admins to share passwords for our services. Hosted at https://bitwarden.pydis.wtf  To deploy this, first set up the secrets (see below) and then run `kubectl apply -f .` in this folder. diff --git a/kubernetes/namespaces/tooling/bitwarden/configmap.yaml b/kubernetes/namespaces/tooling/bitwarden/configmap.yaml index 29b9a84..3b8c62d 100644 --- a/kubernetes/namespaces/tooling/bitwarden/configmap.yaml +++ b/kubernetes/namespaces/tooling/bitwarden/configmap.yaml @@ -5,7 +5,7 @@ metadata:    namespace: tooling  data:    # Domain to access bitwarden by -  DOMAIN: "https://bitwarden.pythondiscord.com" +  DOMAIN: "https://bitwarden.pydis.wtf"    # Password hint must be sent to an email when this is false.    # When it's true, it'll be shown right on the page. diff --git a/kubernetes/namespaces/tooling/bitwarden/ingress.yaml b/kubernetes/namespaces/tooling/bitwarden/ingress.yaml index e7eab59..a1f7d16 100644 --- a/kubernetes/namespaces/tooling/bitwarden/ingress.yaml +++ b/kubernetes/namespaces/tooling/bitwarden/ingress.yaml @@ -10,10 +10,10 @@ metadata:  spec:    tls:    - hosts: -      - "*.pythondiscord.com" -    secretName: pythondiscord.com-tls +      - "*.pydis.wtf" +    secretName: pydis.wtf-tls    rules: -  - host: bitwarden.pythondiscord.com +  - host: bitwarden.pydis.wtf      http:        paths:        - path: / | 
