fix(docs): Add healthchecks

This commit is contained in:
2026-03-11 12:43:36 +00:00
parent 56525c9c42
commit fe590bb37d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -42,11 +42,11 @@ spec:
value: "3" value: "3"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /healthz
port: http port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /healthz
port: http port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
+2 -2
View File
@@ -21,8 +21,8 @@ env:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: metadata.namespace fieldPath: metadata.namespace
imagePullSecrets: # imagePullSecrets:
- name: gitea-pull-secret # - name: gitea-pull-secret
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
serviceAccount: serviceAccount: