From 865331dcd82d3561fc736f226f84030516e7e832 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Jul 2023 18:50:36 +0200 Subject: Flesh out weight deployment --- personal_infra/puppet/site/h1.pdp7.net.pp | 2 +- personal_infra/puppet/site/pg.h1.int.pdp7.net.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'personal_infra/puppet/site') 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 , } -- cgit v1.2.3