Skip to content
Snippets Groups Projects
Commit ac492442 authored by Xiao Gui's avatar Xiao Gui
Browse files

maint: update ebrains helm

parent 01d29400
No related branches found
No related tags found
No related merge requests found
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: atlases-ebrains-certificate
spec:
secretName: atlases-ebrains-secret
renewBefore: 120h
commonName: atlases.ebrains.eu
isCA: false
privateKey:
algorithm: RSA
encoding: PKCS1
size: 2048
usages:
- server auth
dnsNames:
# (CHANGE ME! same as `commonName`)
- atlases.ebrains.eu
issuerRef:
name: letsencrypt-production-issuer-1
kind: ClusterIssuer
\ No newline at end of file
...@@ -54,6 +54,30 @@ spec: ...@@ -54,6 +54,30 @@ spec:
name: expmt-siibra-explorer name: expmt-siibra-explorer
port: port:
number: 8080 number: 8080
- host: atlases.ebrains.eu
http:
paths:
- pathType: Prefix
path: "/viewer"
backend:
service:
name: prod-siibra-explorer
port:
number: 8080
- pathType: Prefix
path: "/viewer-staging"
backend:
service:
name: rc-siibra-explorer
port:
number: 8080
- pathType: Prefix
path: "/viewer-expmt"
backend:
service:
name: expmt-siibra-explorer
port:
number: 8080
tls: tls:
- secretName: siibra-explorer-prod-secret - secretName: siibra-explorer-prod-secret
hosts: hosts:
...@@ -61,3 +85,6 @@ spec: ...@@ -61,3 +85,6 @@ spec:
- secretName: sxplr-ebrains-secret - secretName: sxplr-ebrains-secret
hosts: hosts:
- siibra-explorer.apps.ebrains.eu - siibra-explorer.apps.ebrains.eu
- secretName: atlases-ebrains-secret
hosts:
- atlases.ebrains.eu
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment