gitea: use authz for liveness probe

This commit is contained in:
2025-12-11 14:36:27 -05:00
parent 5d5a6d79bb
commit 6c5c98b73e

View File

@@ -86,6 +86,11 @@ gitea:
enabled: true enabled: true
serviceMonitor: serviceMonitor:
enabled: true enabled: true
livenessProbe:
enabled: true
httpGet:
path: /api/healthz
port: 3000
extraDeploy: extraDeploy:
- apiVersion: traefik.io/v1alpha1 - apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP kind: IngressRouteTCP