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: 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

View file

@ -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: