Skip to content
Snippets Groups Projects
Commit 4544b07b authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

WIP: stop using ssl-passthrough

- disabled ssl-passthrough
- configured ssl-certs

FIXME:
- repository/oai is not accessible via http
- battle test the config
parent a3bc8023
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,9 @@ kind: Ingress ...@@ -3,8 +3,9 @@ kind: Ingress
metadata: metadata:
annotations: annotations:
ingress.kubernetes.io/add-base-url: "true" ingress.kubernetes.io/add-base-url: "true"
ingress.kubernetes.io/ssl-passthrough: "true"
ingress.kubernetes.io/ssl-redirect: "false" ingress.kubernetes.io/ssl-redirect: "false"
ingress.kubernetes.io/backend-protocol: "HTTPS"
ingress.kubernetes.io/secure-backends: "true"
name: dspace-ingress name: dspace-ingress
namespace: dspace-dev namespace: dspace-dev
spec: spec:
...@@ -26,3 +27,4 @@ spec: ...@@ -26,3 +27,4 @@ spec:
tls: tls:
- hosts: - hosts:
- clarin-dev.eurac.edu - clarin-dev.eurac.edu
secretName: fix-35-clarin-dpsace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment