Skip to content

Commit

Permalink
Removing ingress.class annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Nov 1, 2022
1 parent d699bf9 commit 8298478
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion paws/templates/frontpage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
ingress.paws.wmcloud.org: front
annotations:
nginx.ingress.kubernetes.io/permanent-redirect: {{ .Values.paws.ingress.frontRedirect | quote }}
kubernetes.io/ingress.class: "nginx"
name: paws-front-page
spec:
rules:
Expand Down
2 changes: 0 additions & 2 deletions paws/templates/legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/permanent-redirect: $scheme://{{ .Values.pawspublic.ingress.host }}/$2$is_args$args
nginx.ingress.kubernetes.io/use-regex: "true"
kubernetes.io/ingress.class: "nginx"
name: paws-public-legacy
spec:
rules:
Expand All @@ -35,7 +34,6 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/permanent-redirect: $scheme://{{ index .Values.jupyterhub.ingress.hosts 0 }}/$2
nginx.ingress.kubernetes.io/use-regex: "true"
kubernetes.io/ingress.class: "nginx"
name: paws-legacy
spec:
rules:
Expand Down
1 change: 0 additions & 1 deletion paws/templates/public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ metadata:
name: paws-public-custom
ingress.paws.wmcloud.org: public
annotations:
kubernetes.io/ingress.class: "nginx"
name: paws-public-custom
spec:
rules:
Expand Down
1 change: 0 additions & 1 deletion paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ jupyterhub:
cpu: .2
ingress:
enabled: true
annotations: {kubernetes.io/ingress.class: "nginx"}
hosts:
- hub.paws.local
# We are not on an autoscaling cluster, so we don't want this
Expand Down

0 comments on commit 8298478

Please sign in to comment.