-
Notifications
You must be signed in to change notification settings - Fork 23
Moves donate.noisebridge.net from being hosted on render.com to noisegarden-root (k8s cluster on Hetzner VPS) #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| $TTL 3600 | ||
|
|
||
| noisebridge.net. IN SOA ns1.noisebridge.net. hostmaster.noisebridge.net. ( | ||
| 2026061701 ; Serial | ||
| 2026071701 ; Serial | ||
| 3600 ; Refresh | ||
| 300 ; Retry | ||
| 604800 ; Expire | ||
|
|
@@ -170,11 +170,13 @@ safespace IN CNAME m3 | |
|
|
||
| ; Services hosted on m5 | ||
| alertmanager IN CNAME m5 | ||
| donate IN CNAME donate-noisebridge-net.onrender.com. | ||
| grafana IN CNAME m5 | ||
| prometheus IN CNAME m5 | ||
| test-safespace IN CNAME m5 | ||
|
|
||
| ; Services hosted on noisegarden-root (Hetzner VPS) | ||
| donate IN A 204.168.192.161 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does that IP migrate with us? Should we prefer a CNAME to donate.noisegarden.nexus, that can migrate without a PR here (where …it’s possible to forget—different ops life cycles and repos). Given that I’m asking that, do we have a do we have metrics and alerting up for this?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's from an IP pool (that is assigned to the NB hetzner account) that can be reassigned to nodes. |
||
|
|
||
| ; donate.noisebridge.net email records (resend.com) | ||
| resend._domainkey.donate IN TXT "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoQWXGT4XLCErI5+ILqqMcSybWz1DxAqGyw9cxuaPN39YIyD6+SsvoP0p83iX3appGI4EXAVXe2YNPmNaa9UBnG7eio0tUe61L/J/82XEV/XbYTZpCGE5laIbQWZh77BBD9Ie6RpmYW2p1frnSUuz6BmnsT63fCToPfVU8K3jC/wIDAQAB" | ||
| send.donate IN MX 10 feedback-smtp.us-east-1.amazonses.com. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.