From 3d9d0cca87625e7099f3c4487aaa97af1a1d1ded Mon Sep 17 00:00:00 2001 From: Ilya Egorov Date: Fri, 25 Oct 2024 10:25:27 +0300 Subject: [PATCH] remove service limits --- .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ helm/app/templates/ns-resource-quota.yaml | 1 - helm/app/values.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/helm/app/templates/ns-resource-quota.yaml b/helm/app/templates/ns-resource-quota.yaml index 631e73d..ad5bee5 100644 --- a/helm/app/templates/ns-resource-quota.yaml +++ b/helm/app/templates/ns-resource-quota.yaml @@ -7,7 +7,6 @@ spec: hard: {{- if eq .Values.deployEnv "staging" }} pods: "2" - services: "1" requests.memory: "256Mi" limits.cpu: "1" limits.memory: "16Gi" diff --git a/helm/app/values.yaml b/helm/app/values.yaml index 32d6ae5..64cd594 100644 --- a/helm/app/values.yaml +++ b/helm/app/values.yaml @@ -32,7 +32,7 @@ certIssuingMode: false # http publicService: true -sslRedirect: false +sslRedirect: true secrets: