Merge branch 'master' of p281392/molgenis-ops-docker-helm into master
This commit is contained in:
commit
62bba3fcdd
|
@ -41,17 +41,17 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: {{ .Values.nexus.port.ui }}
|
port: {{ .Values.nexus.port.ui }}
|
||||||
initialDelaySeconds: 90
|
initialDelaySeconds: 120
|
||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
failureThreshold: 5
|
failureThreshold: 15
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: {{ .Values.nexus.port.ui }}
|
port: {{ .Values.nexus.port.ui }}
|
||||||
initialDelaySeconds: 90
|
initialDelaySeconds: 120
|
||||||
periodSeconds: 5
|
periodSeconds: 20
|
||||||
failureThreshold: 5
|
failureThreshold: 15
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -36,17 +36,17 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: {{ .Values.nexusProxy.port }}
|
port: {{ .Values.nexusProxy.port }}
|
||||||
initialDelaySeconds: 90
|
initialDelaySeconds: 1500
|
||||||
periodSeconds: 5
|
periodSeconds: 20
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: {{ .Values.nexusProxy.port }}
|
port: {{ .Values.nexusProxy.port }}
|
||||||
initialDelaySeconds: 90
|
initialDelaySeconds: 150
|
||||||
periodSeconds: 5
|
periodSeconds: 20
|
||||||
failureThreshold: 5
|
failureThreshold: 15
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
|
|
Loading…
Reference in New Issue