Remove edit inplace
This commit is contained in:
parent
ebfbfd273e
commit
8e5cbe1c00
4 changed files with 6 additions and 14 deletions
|
@ -4,22 +4,15 @@ kind: Ingress
|
|||
metadata:
|
||||
name: jupyterhub-ingress
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
cert-manager.io/issuer: "letsencrypt"
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
defaultBackend:
|
||||
service:
|
||||
name: proxy-public
|
||||
port:
|
||||
number: 8443
|
||||
tls:
|
||||
- hosts:
|
||||
- jupyter.drive.test.sunet.se
|
||||
- jupyter.streams.sunet.se
|
||||
secretName: tls-secret
|
||||
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: jupyter.drive.test.sunet.se
|
||||
- host: jupyter.streams.sunet.se
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-31-v27
|
||||
targetRevision: streams-manifests-2025-01-31-v29
|
||||
path: jupyter/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
|
@ -5,7 +5,6 @@ metadata:
|
|||
name: jupyterhub-ingress
|
||||
annotations:
|
||||
cert-manager.io/issuer: "letsencrypt"
|
||||
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-31-v28
|
||||
targetRevision: streams-manifests-2025-01-31-v29
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue