Minor Fixes
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user