Skip to content

Commit 598e91f

Browse files
fhennigchaoran-chen
authored andcommitted
fix(kubernetes): incorrectly specified service in Ingress (#4045)
The Ingress didn't have the correct service name specified, now it does. All CORS related stuff was removed (wasn't needed). 🚀 Preview: https://fs-fix-cors.loculus.org
1 parent 46e49d4 commit 598e91f

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

kubernetes/loculus/templates/ingressroute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ spec:
160160
pathType: Prefix
161161
backend:
162162
service:
163-
name: minio
163+
name: loculus-minio-service
164164
port:
165165
number: 8084
166166
tls:

kubernetes/loculus/templates/minio-deployment.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ spec:
5959
secretKeyRef:
6060
name: s3-bucket
6161
key: secretKey
62-
- name: MINIO_API_CORS_ALLOW_ORIGIN
63-
value: "*"
64-
- name: MINIO_LOG_LEVEL
65-
value: debug
66-
- name: MINIO_TRACE
67-
value: /dev/stdout
6862
- name: minio-init
6963
image: minio/mc
7064
command:

0 commit comments

Comments
 (0)