Minor Fixes
This commit is contained in:
@@ -32,7 +32,8 @@ function configure_cert_manager() {
|
||||
helm install cert-manager jetstack/cert-manager \
|
||||
--namespace cert-manager \
|
||||
--create-namespace \
|
||||
--version v1.13.3
|
||||
--version v1.14.2 \
|
||||
--set installCRDs=true
|
||||
}
|
||||
|
||||
function configure_postgres() {
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
cpu: "75m"
|
||||
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
|
||||
Reference in New Issue
Block a user