diff options
| author | alex <alex@pdp7.net> | 2023-07-02 21:01:59 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-07-02 21:01:59 +0200 |
| commit | ea823d556ba81cdb17d6bac5bf45761bf073ed8b (patch) | |
| tree | 71282e0d0b640d5ee5e39661299cf08b8de1a7c2 /personal_infra/puppet/site | |
| parent | e22a6e2a0e018a16cff29900efdd023546c9c32d (diff) | |
Move weight-test to weight
Diffstat (limited to 'personal_infra/puppet/site')
| -rw-r--r-- | personal_infra/puppet/site/h1.pdp7.net.pp | 2 | ||||
| -rw-r--r-- | personal_infra/puppet/site/pg.h1.int.pdp7.net.pp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/personal_infra/puppet/site/h1.pdp7.net.pp b/personal_infra/puppet/site/h1.pdp7.net.pp index 771bf59a..cc5df121 100644 --- a/personal_infra/puppet/site/h1.pdp7.net.pp +++ b/personal_infra/puppet/site/h1.pdp7.net.pp @@ -40,7 +40,7 @@ node 'h1.pdp7.net' { overwrite_rh_certs => 'ipsilon.h1.int.pdp7.net', } - proxmox::proxy_host {'weight-test.pdp7.net': + proxmox::proxy_host {'weight.pdp7.net': target => 'https://k8s-prod.h1.int.pdp7.net/', } } 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 548438da..fde8ba04 100644 --- a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp @@ -4,7 +4,8 @@ node 'pg.h1.int.pdp7.net' { # TYPE DATABASE USER ADDRESS METHOD # "local" is for Unix domain socket connections only local all all peer - host k8s_test k8s_test k8s-prod.h1.int.pdp7.net trust + host weight k8s_prod k8s-prod.h1.int.pdp7.net trust + host weight grafana grafana.h2.int.pdp7.net trust | EOT , } |
