Remove alias
This commit is contained in:
parent
e20aaee976
commit
b2f5515024
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue