diff --git a/jupyter/base/jupyterhub-ingress.yml b/jupyter/base/jupyterhub-ingress.yml index e1a4fa8..301759b 100644 --- a/jupyter/base/jupyterhub-ingress.yml +++ b/jupyter/base/jupyterhub-ingress.yml @@ -5,6 +5,7 @@ metadata: name: jupyterhub-ingress annotations: cert-manager.io/issuer: "letsencrypt" + acme.cert-manager.io/http01-edit-in-place: "true" spec: tls: - hosts: diff --git a/jupyter/jupyter-application.yaml b/jupyter/jupyter-application.yaml index 1860099..b70d1ed 100644 --- a/jupyter/jupyter-application.yaml +++ b/jupyter/jupyter-application.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://platform.sunet.se/streams/streams-manifests.git - targetRevision: streams-manifests-2025-01-31-v29 + targetRevision: streams-manifests-2025-01-31-v30 path: jupyter/overlays/test destination: server: https://kubernetes.default.svc diff --git a/jupyter/overlays/test/jupyterhub-ingress.yml b/jupyter/overlays/test/jupyterhub-ingress.yml index b028729..f4aede5 100644 --- a/jupyter/overlays/test/jupyterhub-ingress.yml +++ b/jupyter/overlays/test/jupyterhub-ingress.yml @@ -5,6 +5,7 @@ metadata: name: jupyterhub-ingress annotations: cert-manager.io/issuer: "letsencrypt" + acme.cert-manager.io/http01-edit-in-place: "true" spec: defaultBackend: service: diff --git a/keycloak/base/keycloak-ingress.yaml b/keycloak/base/keycloak-ingress.yaml index 6e9f5ce..54e2415 100644 --- a/keycloak/base/keycloak-ingress.yaml +++ b/keycloak/base/keycloak-ingress.yaml @@ -5,6 +5,7 @@ metadata: namespace: keycloak annotations: cert-manager.io/issuer: "letsencrypt" + acme.cert-manager.io/http01-edit-in-place: "true" spec: ingressClassName: nginx defaultBackend: diff --git a/keycloak/keycloak-application.yaml b/keycloak/keycloak-application.yaml index 8fe50d0..d6ffeae 100644 --- a/keycloak/keycloak-application.yaml +++ b/keycloak/keycloak-application.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://platform.sunet.se/streams/streams-manifests.git - targetRevision: streams-manifests-2025-01-31-v29 + targetRevision: streams-manifests-2025-01-31-v30 path: keycloak/overlays/test destination: server: https://kubernetes.default.svc diff --git a/keycloak/overlays/test/keycloak-ingress.yaml b/keycloak/overlays/test/keycloak-ingress.yaml index 767ec9a..7074ad5 100644 --- a/keycloak/overlays/test/keycloak-ingress.yaml +++ b/keycloak/overlays/test/keycloak-ingress.yaml @@ -5,6 +5,7 @@ metadata: namespace: keycloak annotations: cert-manager.io/issuer: "letsencrypt" + acme.cert-manager.io/http01-edit-in-place: "true" spec: ingressClassName: nginx defaultBackend: