mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 17:12:22 +00:00
fix live check urls
This commit is contained in:
@@ -33,4 +33,4 @@ name: databunker
|
||||
sources:
|
||||
- https://github.com/securitybunker/databunker
|
||||
- https://databunker.org/
|
||||
version: 1.0.10
|
||||
version: 1.0.12
|
||||
|
||||
@@ -162,7 +162,8 @@ spec:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: {{ .Values.livenessProbe.path }}
|
||||
port: http
|
||||
scheme: HTTPS
|
||||
port: https
|
||||
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
|
||||
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
|
||||
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
|
||||
@@ -175,7 +176,8 @@ spec:
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: {{ .Values.readinessProbe.path }}
|
||||
port: http
|
||||
scheme: HTTPS
|
||||
port: https
|
||||
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
|
||||
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
|
||||
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
|
||||
@@ -188,10 +190,11 @@ spec:
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: {{ .Values.startupProbe.path }}
|
||||
port: http
|
||||
scheme: HTTPS
|
||||
port: https
|
||||
httpHeaders:
|
||||
- name: Host
|
||||
value: {{ include "magento.host" . | quote }}
|
||||
value: {{ include "databunker.host" . | quote }}
|
||||
initialDelaySeconds: {{ .Values.startupProbe.initialDelaySeconds }}
|
||||
periodSeconds: {{ .Values.startupProbe.periodSeconds }}
|
||||
timeoutSeconds: {{ .Values.startupProbe.timeoutSeconds }}
|
||||
|
||||
Reference in New Issue
Block a user