refactor: reduce the number of cert-manager instances

In order to reduce the final bill + the fact that we recently moved to subdomains
+ the 2nd instance is consuming as much as the first one but in stand
by mode we can move to 1 instance only
This commit is contained in:
Pierre Mavro
2022-02-10 09:18:50 +01:00
parent 19f607b4be
commit 7bc8e1fa58
3 changed files with 3 additions and 3 deletions

View File

@@ -694,7 +694,7 @@ datasources:
},
ChartSetValue {
key: "replicaCount".to_string(),
value: "2".to_string(),
value: "1".to_string(),
},
// https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check
ChartSetValue {

View File

@@ -534,7 +534,7 @@ datasources:
},
ChartSetValue {
key: "replicaCount".to_string(),
value: "2".to_string(),
value: "1".to_string(),
},
// https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check
ChartSetValue {

View File

@@ -483,7 +483,7 @@ datasources:
},
ChartSetValue {
key: "replicaCount".to_string(),
value: "2".to_string(),
value: "1".to_string(),
},
// https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check
ChartSetValue {