Skip to content

Commit

Permalink
Make thallium available on pythondiscord.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Oct 1, 2024
1 parent 7422eda commit 24cf629
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dns/zones/pythondiscord.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ lovelace._domainkey:
- v=DKIM1\; h=sha256\; k=rsa\; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzOSIkdA12tPDmP7eDQqCEBWeg9J9qcpHsXueKmXHRUWxlPXmN9s08TcRtrrwuKvaGyn3zcj825/ZEa04EfQ7xkdeakHV41Oo79YRJahD9u75wyRqUbnTaTnZjW85LPW/1jr7zcXqtbMNwsfDA++6JfcUCm3TOKmFxjJDrZ5g62nMitTHLvhQ6MXkY1yD14lXC6G3/gX7wESTJlfep4vFkATdniypBC4bpqWJHxDDpdiRbB3UTzTPK6eMFUNVQBZ7RMqrWyRQBucEM+o+vTEez2VEyrLxkaPuQW3+m2OmJOeEDWf7qdVIb2t346bsjjgrToT4UBMw+VzEl3BwaOopowIDAQAB

merch:
octodns:
cloudflare:
proxied: true
ttl: 300
type: CNAME
value: thallium.netlify.app.

merch-api:
octodns:
cloudflare:
proxied: true
Expand Down
13 changes: 13 additions & 0 deletions kubernetes/namespaces/merch/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 24cf629

Please sign in to comment.