Remove alias
This commit is contained in:
parent
e20aaee976
commit
b2f5515024
2 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,6 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sunet-argocd.drive.sunet.se
|
- sunet-argocd.drive.sunet.se
|
||||||
- sunet-argo.drive.sunet.se
|
|
||||||
secretName: tls-secret
|
secretName: tls-secret
|
||||||
rules:
|
rules:
|
||||||
- host: sunet-argocd.drive.sunet.se
|
- host: sunet-argocd.drive.sunet.se
|
||||||
|
|
|
@ -4,9 +4,9 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: jupyterhub-ingress
|
name: jupyterhub-ingress
|
||||||
annotations:
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/issuer: "letsencrypt"
|
cert-manager.io/issuer: "letsencrypt"
|
||||||
acme.cert-manager.io/http01-edit-in-place: "true"
|
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||||
kubernetes.io/ingress.class: nginx
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
defaultBackend:
|
defaultBackend:
|
||||||
|
|
Loading…
Add table
Reference in a new issue