diff options
| author | alex <alex@pdp7.net> | 2024-03-23 10:50:46 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-03-23 10:51:02 +0100 |
| commit | 650f4952402ab581721bb0f5ef072283609e9bbd (patch) | |
| tree | 4f8d227eab52c5ca6dfd2ec19b13d53d5dea60cc /personal_infra/puppet | |
| parent | a24562502d79a67ba03eccea25423be3b32ca391 (diff) | |
Migrate Takahe to k8s-prod, femto.pub domain
Diffstat (limited to 'personal_infra/puppet')
| -rw-r--r-- | personal_infra/puppet/site/h1.pdp7.net.pp | 10 | ||||
| -rw-r--r-- | personal_infra/puppet/site/pg.h1.int.pdp7.net.pp | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/personal_infra/puppet/site/h1.pdp7.net.pp b/personal_infra/puppet/site/h1.pdp7.net.pp index 5198976d..f603bfe3 100644 --- a/personal_infra/puppet/site/h1.pdp7.net.pp +++ b/personal_infra/puppet/site/h1.pdp7.net.pp @@ -72,11 +72,15 @@ node 'h1.pdp7.net' { target => 'http://grafana.h1.int.pdp7.net:3000/', } - proxmox::proxy_host {'takahe.pdp7.net': - target => 'http://k8s-test.h1.int.pdp7.net/', + proxmox::proxy_host {'femto.pub': + target => 'http://k8s-prod.h1.int.pdp7.net/', } - proxmox::proxy_host {'takahe-media.pdp7.net': + proxmox::proxy_host {'alex.femto.pub': + target => 'http://k8s-prod.h1.int.pdp7.net/', + } + + proxmox::proxy_host {'media.femto.pub': target => 'http://weed.h1.int.pdp7.net:8333/', } diff --git a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp index 7256501e..a71d88dc 100644 --- a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp @@ -9,7 +9,7 @@ node 'pg.h1.int.pdp7.net' { host weight nagios nagios.h1.int.pdp7.net trust host miniflux miniflux miniflux.h1.int.pdp7.net trust host nextcloud nextcloud nextcloud.h1.int.pdp7.net trust - host takahe k8s_test k8s-test.h1.int.pdp7.net trust + host takahe k8s_prod k8s-prod.h1.int.pdp7.net trust | EOT , } |
