diff options
| author | 2024-04-28 22:54:29 +0100 | |
|---|---|---|
| committer | 2024-04-28 22:55:34 +0100 | |
| commit | 95a60ed616845ba96cd1b13158794622fc72547b (patch) | |
| tree | cbd6d716438ac843dfc0cf6e6b9b4ca33dd7c4ae | |
| parent | Connect netcup Prometheus to Kubernetes Alertmanager (diff) | |
Add ops site DNS
| -rw-r--r-- | dns/zones/pydis.wtf.yaml | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/dns/zones/pydis.wtf.yaml b/dns/zones/pydis.wtf.yaml index 17a8ffc..218522e 100644 --- a/dns/zones/pydis.wtf.yaml +++ b/dns/zones/pydis.wtf.yaml @@ -113,6 +113,14 @@ modmail:    type: A    value: 194.195.247.228 +ops: +  octodns: +    cloudflare: +      auto-ttl: true +  ttl: 300 +  type: CNAME +  value: ops-site.netlify.app. +  pddc.devops:    octodns:      cloudflare: | 
