diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index 4bcefcf6..137b6675 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -10,7 +10,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-da584b8 + tag: snapshot-4dfbab4 imagePullPolicy: IfNotPresent ports: - name: http @@ -18,12 +18,12 @@ centralStorage: protocol: TCP resources: requests: - cpu: '50m' + cpu: 50m memory: 64Mi limits: - cpu: '200m' + cpu: 200m memory: 128Mi - probes: + probes: readiness: type: httpGet config: @@ -80,5 +80,5 @@ centralStorage: mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ azureStorageDocumentApiKey: xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ== azureStorageDocumentApiEndpoint: https://freeleaps1document.blob.core.windows.net/ - metricsEnabled: "false" - probesEnabled: "true" + metricsEnabled: 'false' + probesEnabled: 'true'