diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index d75c181a..c71fed19 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -16,10 +16,10 @@ authentication: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '200m' memory: 512Mi limits: - cpu: '1' + cpu: '0.5' memory: 1Gi probes: {} services: diff --git a/freeleaps/helm-pkg/central-storage/values.alpha.yaml b/freeleaps/helm-pkg/central-storage/values.alpha.yaml index 1134817f..d6253d3e 100644 --- a/freeleaps/helm-pkg/central-storage/values.alpha.yaml +++ b/freeleaps/helm-pkg/central-storage/values.alpha.yaml @@ -16,10 +16,10 @@ centralStorage: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '200m' memory: 512Mi limits: - cpu: '1' + cpu: '0.5' memory: 1Gi probes: {} services: diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index fbf42b00..653dd3c6 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,10 +16,10 @@ chat: protocol: TCP resources: requests: - cpu: '100m' + cpu: '200m' memory: 512Mi limits: - cpu: '500m' + cpu: '0.5' memory: 1Gi probes: {} services: diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index ad0f1ef2..e75a55cf 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -16,10 +16,10 @@ content: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '200m' memory: 512Mi limits: - cpu: '1' + cpu: '0.5' memory: 1Gi probes: {} services: diff --git a/freeleaps/helm-pkg/devsvc/values.alpha.yaml b/freeleaps/helm-pkg/devsvc/values.alpha.yaml index 052183cb..1f97e321 100644 --- a/freeleaps/helm-pkg/devsvc/values.alpha.yaml +++ b/freeleaps/helm-pkg/devsvc/values.alpha.yaml @@ -16,10 +16,10 @@ devsvc: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '200,' memory: 512Mi limits: - cpu: '1' + cpu: '0.5' memory: 1Gi probes: {} services: diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 319eba4c..e0953da4 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -16,10 +16,10 @@ freeleaps: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '200m' memory: 512Mi limits: - cpu: '1' + cpu: '0.5' memory: 1Gi probes: {} services: diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index fb2541ec..f10008d8 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -16,11 +16,11 @@ frontend: protocol: TCP resources: requests: - cpu: "0.5" - memory: "512Mi" + cpu: "200m" + memory: "128Mi" limits: - cpu: "1" - memory: "1Gi" + cpu: "0.5" + memory: "256Mi" # FIXME: Wait until the developers implements the probes APIs probes: {} services: diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index db9cbc7a..6a2a288d 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -16,10 +16,10 @@ notification: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '200m' memory: 512Mi limits: - cpu: '1' + cpu: '0.5' memory: 1Gi probes: {} services: diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index 67dc2736..911d7275 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -16,10 +16,10 @@ payment: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '200m' memory: 512Mi limits: - cpu: '1' + cpu: '0.5' memory: 1Gi probes: {} services: