Remove alias

This commit is contained in:
Micke Nordin 2024-12-02 15:12:26 +01:00
parent e20aaee976
commit b2f5515024
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 2 additions and 3 deletions

View file

@ -16,7 +16,6 @@ spec:
tls:
- hosts:
- sunet-argocd.drive.sunet.se
- sunet-argo.drive.sunet.se
secretName: tls-secret
rules:
- host: sunet-argocd.drive.sunet.se

View file

@ -4,9 +4,9 @@ kind: Ingress
metadata:
name: jupyterhub-ingress
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/issuer: "letsencrypt"
acme.cert-manager.io/http01-edit-in-place: "true"
kubernetes.io/ingress.class: nginx
spec:
ingressClassName: nginx
defaultBackend:
@ -17,7 +17,7 @@ spec:
tls:
- hosts:
- sunet-jupyter.drive.sunet.se
- sunet-kube.drive.sunet.se
- sunet-kube.drive.sunet.se
secretName: tls-secret
rules: