diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 36a348a2..a3bdf5a6 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,7 +16,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-3a1602d + tag: snapshot-15a3714 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/devsvc/values.alpha.yaml b/freeleaps/helm-pkg/devsvc/values.alpha.yaml index 3b5b2435..e26c49a6 100644 --- a/freeleaps/helm-pkg/devsvc/values.alpha.yaml +++ b/freeleaps/helm-pkg/devsvc/values.alpha.yaml @@ -34,21 +34,21 @@ devsvc: config: path: /api/_/readyz port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: devsvc-service diff --git a/freeleaps/helm-pkg/devsvc/values.prod.yaml b/freeleaps/helm-pkg/devsvc/values.prod.yaml index 9b9b74ac..f0c116b5 100644 --- a/freeleaps/helm-pkg/devsvc/values.prod.yaml +++ b/freeleaps/helm-pkg/devsvc/values.prod.yaml @@ -37,21 +37,21 @@ devsvc: config: path: /api/_/readyz port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: devsvc-service diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 53c2be9e..6de0db35 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -16,7 +16,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: snapshot-3a1602d + tag: snapshot-15a3714 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index fb491370..e16313ff 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: snapshot-29f543c + tag: snapshot-15a3714 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 22cd25fe..db54b869 100644 --- a/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -104,9 +104,6 @@ spec: tls: insecure: true service: - telemetry: - logs: - level: info pipelines: logs: receivers: [filelog]