File tree Expand file tree Collapse file tree 4 files changed +40
-6
lines changed Expand file tree Collapse file tree 4 files changed +40
-6
lines changed Original file line number Diff line number Diff line change 63
63
---
64
64
apiVersion : cert-manager.io/v1
65
65
kind : Certificate
66
+ metadata :
67
+ name : siibra-api-rc-ebrains
68
+ spec :
69
+ commonName : siibra-api-rc.apps.ebrains.eu
70
+ isCA : false
71
+ dnsNames :
72
+ - siibra-api-rc.apps.ebrains.eu
73
+ issuerRef :
74
+ kind : ClusterIssuer
75
+ name : letsencrypt-production-issuer-1
76
+ privateKey :
77
+ algorithm : RSA
78
+ encoding : PKCS1
79
+ size : 2048
80
+ renewBefore : 120h
81
+ secretName : siibra-api-rc-ebrains-secret
82
+ usages :
83
+ - server auth
84
+ ---
85
+ apiVersion : cert-manager.io/v1
86
+ kind : Certificate
66
87
metadata :
67
88
name : siibra-api-prod-ebrains-alt
68
89
spec :
Original file line number Diff line number Diff line change 54
54
- secretName : siibra-api-rc-secret
55
55
hosts :
56
56
- siibra-api-rc.apps.tc.humanbrainproject.eu
57
+ - secretName : siibra-api-rc-ebrains-secret
58
+ hosts :
59
+ - siibra-api-rc.apps.ebrains.eu
57
60
rules :
58
61
- host : siibra-api-rc.apps.tc.humanbrainproject.eu
59
62
http :
65
68
name : rc-server-siibra-api-v4-server
66
69
port :
67
70
number : 5000
71
+ - host : siibra-api-rc.apps.ebrains.eu
72
+ http :
73
+ paths :
74
+ - pathType : Prefix
75
+ path : " /"
76
+ backend :
77
+ service :
78
+ name : rc-server-siibra-api-v4-server
79
+ port :
80
+ number : 5000
68
81
---
69
82
apiVersion : networking.k8s.io/v1
70
83
kind : Ingress
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.0
18
+ version : 0.1.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 2
2
# This is a YAML-formatted file.
3
3
# Declare variables to be passed into your templates.
4
4
5
- replicaCount : 1
5
+ replicaCount : 2
6
6
7
7
sapi :
8
8
flavor : " prod"
@@ -71,8 +71,8 @@ resources:
71
71
# resources, such as Minikube. If you do want to specify resources, uncomment the following
72
72
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
73
73
limits :
74
- cpu : 200m
75
- memory : 512Mi
74
+ cpu : 500m
75
+ memory : 1024Mi
76
76
ephemeral-storage : 32Mi
77
77
requests :
78
78
cpu : 100m
@@ -82,14 +82,14 @@ resources:
82
82
livenessProbe :
83
83
initialDelaySeconds : 20
84
84
periodSeconds : 30
85
- timeoutSeconds : 10
85
+ timeoutSeconds : 30
86
86
failureThreshold : 3
87
87
exec :
88
88
command : ["/bin/ash", "-c", "cd /api && python server_health.py"]
89
89
readinessProbe :
90
90
initialDelaySeconds : 10
91
91
periodSeconds : 30
92
- timeoutSeconds : 10
92
+ timeoutSeconds : 30
93
93
failureThreshold : 3
94
94
exec :
95
95
command : ["/bin/ash", "-c", "cd /api && python server_health.py"]
You can’t perform that action at this time.
0 commit comments