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