diff --git a/.helm/adhoc/certificate.yaml b/.helm/adhoc/certificate.yaml index 329e79e..6a6e4b4 100644 --- a/.helm/adhoc/certificate.yaml +++ b/.helm/adhoc/certificate.yaml @@ -1,3 +1,4 @@ +--- apiVersion: cert-manager.io/v1 kind: Certificate metadata: @@ -18,3 +19,24 @@ spec: secretName: siibra-spatial-backend-secret usages: - server auth +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: siibra-spatial-backend-canonical +spec: + commonName: siibra-spatial-backend.apps.ebrains.eu + isCA: false + dnsNames: + - siibra-spatial-backend.apps.ebrains.eu + issuerRef: + kind: ClusterIssuer + name: letsencrypt-production-issuer-1 + privateKey: + algorithm: RSA + encoding: PKCS1 + size: 2048 + renewBefore: 120h + secretName: siibra-spatial-backend-canonical-secret + usages: + - server auth \ No newline at end of file diff --git a/.helm/hbp_spatial_backend/Chart.yaml b/.helm/hbp_spatial_backend/Chart.yaml index 44e3d28..90250ec 100644 --- a/.helm/hbp_spatial_backend/Chart.yaml +++ b/.helm/hbp_spatial_backend/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/.helm/hbp_spatial_backend/values.yaml b/.helm/hbp_spatial_backend/values.yaml index 2f00bfb..dc23adf 100644 --- a/.helm/hbp_spatial_backend/values.yaml +++ b/.helm/hbp_spatial_backend/values.yaml @@ -54,10 +54,17 @@ ingress: paths: - path: / pathType: ImplementationSpecific + - host: siibra-spatial-backend.apps.ebrains.eu + paths: + - path: / + pathType: ImplementationSpecific tls: - secretName: siibra-spatial-backend-secret hosts: - siibra-spatial-backend.apps.tc.humanbrainproject.eu + - secretName: siibra-spatial-backend-canonical-secret + hosts: + - siibra-spatial-backend.apps.ebrains.eu resources: # We usually recommend not to specify default resources and to leave this as a conscious @@ -67,9 +74,11 @@ resources: limits: cpu: 300m memory: 1024Mi + ephemeral-storage: 512Mi requests: cpu: 150m memory: 256Mi + ephemeral-storage: 512Mi autoscaling: enabled: false