chore: hub-deployment.yaml fixes

This commit is contained in:
Tiago Farto
2026-02-19 16:28:00 +00:00
parent 86c993cf59
commit 4c89e48f9f
2 changed files with 25 additions and 1 deletions
@@ -55,4 +55,28 @@ spec:
resources:
{{- toYaml .Values.hub.resources | nindent 12 }}
{{- end }}
readinessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
failureThreshold: 5
timeoutSeconds: 5
successThreshold: 1
livenessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
failureThreshold: 5
timeoutSeconds: 5
successThreshold: 1
startupProbe:
httpGet:
path: /health
port: 8080
failureThreshold: 30
periodSeconds: 10
{{- end }}
+1 -1
View File
@@ -309,7 +309,7 @@ serviceMonitor:
# Formbricks Hub image: ghcr.io/formbricks/hub
##########################################################
hub:
enabled: true
enabled: false
image:
repository: "ghcr.io/formbricks/hub"