Skip to content

Commit

Permalink
Update port 8080 to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
ileixe committed Apr 10, 2023
1 parent 88d5e57 commit 499266e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypi-server/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
args:
- --passwords={{if eq .Values.auth.actions "." }}.{{ else }}/config/passwords{{ end }}
- --authenticate={{ .Values.auth.actions }}
- --port=8080
- --port=80
{{- range .Values.server.extraArgs }}
- {{ . }}
{{- end }}
Expand Down Expand Up @@ -105,4 +105,4 @@ spec:
{{ end }}
{{- end }}
tolerations:
{{- toYaml .Values.pod.tolerations | nindent 8 }}
{{- toYaml .Values.pod.tolerations | nindent 8 }}

0 comments on commit 499266e

Please sign in to comment.