Minor Fixes

This commit is contained in:
2024-02-13 18:10:55 -03:00
parent 887537ef7f
commit 72210c5e47
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ function configure_cert_manager() {
helm install cert-manager jetstack/cert-manager \ helm install cert-manager jetstack/cert-manager \
--namespace cert-manager \ --namespace cert-manager \
--create-namespace \ --create-namespace \
--version v1.13.3 --version v1.14.2 \
--set installCRDs=true
} }
function configure_postgres() { function configure_postgres() {

View File

@@ -17,7 +17,7 @@ spec:
cpu: "50m" cpu: "50m"
limits: limits:
memory: "128Mi" memory: "128Mi"
cpu: "100m" cpu: "75m"
monitoring: monitoring:
enablePodMonitor: true enablePodMonitor: true