diff --git a/freeleaps/helm-pkg/frontend/values.prod.yaml b/freeleaps/helm-pkg/frontend/values.prod.yaml index 252cfe21..1dbb2c8f 100644 --- a/freeleaps/helm-pkg/frontend/values.prod.yaml +++ b/freeleaps/helm-pkg/frontend/values.prod.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: snapshot-29af810 + tag: snapshot-3f2193b imagePullPolicy: Always ports: - name: http @@ -67,12 +67,12 @@ frontend: vpa: minAllowed: enabled: true - cpu: "50m" - memory: "32Mi" + cpu: 50m + memory: 32Mi maxAllowed: enabled: true - cpu: "100m" - memory: "128Mi" + cpu: 100m + memory: 128Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory