diff options
| author | 2024-10-01 16:52:10 +0100 | |
|---|---|---|
| committer | 2024-10-01 16:55:42 +0100 | |
| commit | 24cf6290fe553e79604877c03d84d54abf71c967 (patch) | |
| tree | fd3b7b5093b7f4d9ffd25ab5447266df441b0470 | |
| parent | Reflect pythondiscord tls cert into merch ns (diff) | |
Make thallium available on pythondiscord.com
| -rw-r--r-- | dns/zones/pythondiscord.com.yaml | 8 | ||||
| -rw-r--r-- | kubernetes/namespaces/merch/ingress.yaml | 13 | 
2 files changed, 21 insertions, 0 deletions
| diff --git a/dns/zones/pythondiscord.com.yaml b/dns/zones/pythondiscord.com.yaml index 747be85..790e315 100644 --- a/dns/zones/pythondiscord.com.yaml +++ b/dns/zones/pythondiscord.com.yaml @@ -137,6 +137,14 @@ merch:        proxied: true    ttl: 300    type: CNAME +  value: thallium.netlify.app. + +merch-api: +  octodns: +    cloudflare: +      proxied: true +  ttl: 300 +  type: CNAME    value: linode-lb.box.pydis.wtf.  metabase: diff --git a/kubernetes/namespaces/merch/ingress.yaml b/kubernetes/namespaces/merch/ingress.yaml index 81cf990..391c287 100644 --- a/kubernetes/namespaces/merch/ingress.yaml +++ b/kubernetes/namespaces/merch/ingress.yaml @@ -14,6 +14,9 @@ spec:      - hosts:          - "*.pydis.wtf"        secretName: pydis.wtf-tls +    - hosts: +        - "*.pythondiscord.com" +      secretName: pythondiscord.com-tls    rules:      - host: merch-api.owlcorp.uk        http: @@ -35,3 +38,13 @@ spec:                  name: thallium-backend-svc                  port:                    number: 80 +    - host: merch-api.pythondiscord.com +      http: +        paths: +          - path: / +            pathType: Prefix +            backend: +              service: +                name: thallium-backend-svc +                port: +                  number: 80 | 
