From fe590bb37d633986a74f99dc18d85339c63a624d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 11 Mar 2026 12:43:36 +0000 Subject: [PATCH] fix(docs): Add healthchecks --- charts/docs/templates/deployment.yaml | 4 ++-- charts/docs/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/docs/templates/deployment.yaml b/charts/docs/templates/deployment.yaml index 66d66447..2b754bea 100644 --- a/charts/docs/templates/deployment.yaml +++ b/charts/docs/templates/deployment.yaml @@ -42,11 +42,11 @@ spec: value: "3" livenessProbe: httpGet: - path: / + path: /healthz port: http readinessProbe: httpGet: - path: / + path: /healthz port: http resources: {{- toYaml .Values.resources | nindent 12 }} diff --git a/charts/docs/values.yaml b/charts/docs/values.yaml index 7e1f600d..4767328d 100644 --- a/charts/docs/values.yaml +++ b/charts/docs/values.yaml @@ -21,8 +21,8 @@ env: valueFrom: fieldRef: fieldPath: metadata.namespace -imagePullSecrets: - - name: gitea-pull-secret +# imagePullSecrets: + # - name: gitea-pull-secret nameOverride: "" fullnameOverride: "" serviceAccount: