diff options
Diffstat (limited to 'personal_infra/puppet')
| -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 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/personal_infra/puppet/site/h1.pdp7.net.pp b/personal_infra/puppet/site/h1.pdp7.net.pp index 7a1e5ac8..771bf59a 100644 --- a/personal_infra/puppet/site/h1.pdp7.net.pp +++ b/personal_infra/puppet/site/h1.pdp7.net.pp @@ -41,6 +41,6 @@ node 'h1.pdp7.net' { } proxmox::proxy_host {'weight-test.pdp7.net': - target => 'https://k8s-test.h1.int.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 944c5c16..548438da 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,7 @@ 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-test.h1.int.pdp7.net trust + host k8s_test k8s_test k8s-prod.h1.int.pdp7.net trust | EOT , } |
