diff --git a/values.yaml b/values.yaml index cb3a937..8bc3bc3 100644 --- a/values.yaml +++ b/values.yaml @@ -326,11 +326,19 @@ jigasi: password: livenessProbe: - tcpSocket: + httpGet: + path: /about/health port: 8788 + httpHeaders: + - name: Accept + value: application/json readinessProbe: - tcpSocket: + httpGet: + path: /about/health port: 8788 + httpHeaders: + - name: Accept + value: application/json podLabels: {} podAnnotations: {}