Skip to content

Commit 24cf629

Browse files
committed
Make thallium available on pythondiscord.com
1 parent 7422eda commit 24cf629

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

dns/zones/pythondiscord.com.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ lovelace._domainkey:
132132
- v=DKIM1\; h=sha256\; k=rsa\; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzOSIkdA12tPDmP7eDQqCEBWeg9J9qcpHsXueKmXHRUWxlPXmN9s08TcRtrrwuKvaGyn3zcj825/ZEa04EfQ7xkdeakHV41Oo79YRJahD9u75wyRqUbnTaTnZjW85LPW/1jr7zcXqtbMNwsfDA++6JfcUCm3TOKmFxjJDrZ5g62nMitTHLvhQ6MXkY1yD14lXC6G3/gX7wESTJlfep4vFkATdniypBC4bpqWJHxDDpdiRbB3UTzTPK6eMFUNVQBZ7RMqrWyRQBucEM+o+vTEez2VEyrLxkaPuQW3+m2OmJOeEDWf7qdVIb2t346bsjjgrToT4UBMw+VzEl3BwaOopowIDAQAB
133133

134134
merch:
135+
octodns:
136+
cloudflare:
137+
proxied: true
138+
ttl: 300
139+
type: CNAME
140+
value: thallium.netlify.app.
141+
142+
merch-api:
135143
octodns:
136144
cloudflare:
137145
proxied: true

kubernetes/namespaces/merch/ingress.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ spec:
1414
- hosts:
1515
- "*.pydis.wtf"
1616
secretName: pydis.wtf-tls
17+
- hosts:
18+
- "*.pythondiscord.com"
19+
secretName: pythondiscord.com-tls
1720
rules:
1821
- host: merch-api.owlcorp.uk
1922
http:
@@ -35,3 +38,13 @@ spec:
3538
name: thallium-backend-svc
3639
port:
3740
number: 80
41+
- host: merch-api.pythondiscord.com
42+
http:
43+
paths:
44+
- path: /
45+
pathType: Prefix
46+
backend:
47+
service:
48+
name: thallium-backend-svc
49+
port:
50+
number: 80

0 commit comments

Comments
 (0)