mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-08 21:52:44 +00:00
feat: update health check path for FreshRSS (#9)
This commit is contained in:
@ -65,12 +65,12 @@ spec:
|
||||
{{- end }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /i/
|
||||
port: http
|
||||
initialDelaySeconds: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /i/
|
||||
port: http
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
|
Reference in New Issue
Block a user