aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-07-02 18:50:36 +0200
committeralex <alex@pdp7.net>2023-07-02 18:50:36 +0200
commit865331dcd82d3561fc736f226f84030516e7e832 (patch)
treea5d0edf94eb2cdc87cfc6b5b456188dd77966391 /personal_infra/puppet/site
parent9229fbe4de52bc8331068c3f1bedb20a8b3de05d (diff)
Flesh out weight deployment
Diffstat (limited to 'personal_infra/puppet/site')
-rw-r--r--personal_infra/puppet/site/h1.pdp7.net.pp2
-rw-r--r--personal_infra/puppet/site/pg.h1.int.pdp7.net.pp2
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
,
}