added initialDelay
This commit is contained in:
parent
38f89721e7
commit
11b25a5df6
@ -53,10 +53,14 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 8080
|
port: 8080
|
||||||
|
initialDelaySeconds: 180
|
||||||
|
periodSeconds: 5
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v2/version
|
path: /api/v2/version
|
||||||
port: 8080
|
port: 8080
|
||||||
|
initialDelaySeconds: 180
|
||||||
|
periodSeconds: 5
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .resources | indent 12 }}
|
{{ toYaml .resources | indent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -24,12 +24,21 @@ molgenis:
|
|||||||
adminPassword: admin
|
adminPassword: admin
|
||||||
javaOpts: "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
javaOpts: "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 1250Mi
|
memory: 1250Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
persistence:
|
||||||
|
enabled: false
|
||||||
|
name: molgenis-nexus-data
|
||||||
|
storageClass: nfs-class
|
||||||
|
size: 30G
|
||||||
|
reclaimPolicy: Retain
|
||||||
|
server: 192.168.64.12
|
||||||
|
accessMode: ReadWriteMany
|
||||||
|
mountPath: /gcc/molgenis/nexus
|
||||||
services:
|
services:
|
||||||
opencpu:
|
opencpu:
|
||||||
host: localhost
|
host: localhost
|
||||||
@ -57,6 +66,8 @@ elasticsearch:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
Loading…
Reference in New Issue
Block a user