Skip to content

Commit

Permalink
Switch to new shib-web container v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Nov 22, 2024
1 parent d62de93 commit ad3ef50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion jupyterhub/templates/shib/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
service:
name: {{ include "jupyterhub.shib.fullname" . }}-web
port:
number: 443
number: 80
{{- end }}
{{- end }}
10 changes: 3 additions & 7 deletions jupyterhub/templates/shib/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ metadata:
spec:
type: NodePort
ports:
# - port: 80
# targetPort: 80
# protocol: TCP
# name: http
- port: 443
targetPort: 443
- port: 80
targetPort: 80
protocol: TCP
name: https
name: http
selector:
tier: web
{{- end }}
4 changes: 2 additions & 2 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@ shib:
port: 1600
web:
image:
name: 032401129069.dkr.ecr.ca-central-1.amazonaws.com/jupyterhub
tag: shib-web-latestv1
name: 032401129069.dkr.ecr.ca-central-1.amazonaws.com/shib-web
tag: v1.0.0
pullPolicy:
pullSecrets: []
replicas: 1
Expand Down

0 comments on commit ad3ef50

Please sign in to comment.