diff --git a/freeleaps/helm-pkg/freeleaps/values.prod.yaml b/freeleaps/helm-pkg/freeleaps/values.prod.yaml index 105a12ca..b4f5bc8b 100644 --- a/freeleaps/helm-pkg/freeleaps/values.prod.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.prod.yaml @@ -13,7 +13,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: snapshot-3f0362e + tag: 1.6.0 imagePullPolicy: Always ports: - name: http @@ -27,27 +27,6 @@ freeleaps: cpu: 500m memory: 512Mi probes: {} - # readiness: - # type: httpGet - # config: - # path: /api/_/readyz - # port: 8001 - # initialDelaySeconds: 30 - # periodSeconds: 30 - # timeoutSeconds: 120 - # successThreshold: 1 - # failureThreshold: 15 - # liveness: - # type: httpGet - # config: - # path: /api/_/livez - # port: 8001 - # initialDelaySeconds: 30 - # periodSeconds: 30 - # timeoutSeconds: 120 - # successThreshold: 1 - # failureThreshold: 15 - # terminationGracePeriodSeconds: 30 services: - name: freeleaps-service type: ClusterIP