From 499266ee57919e1c13c2480aa24384ef62954cce Mon Sep 17 00:00:00 2001 From: Youseok Yang Date: Mon, 10 Apr 2023 20:15:24 +0900 Subject: [PATCH] Update port 8080 to 80 --- pypi-server/templates/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pypi-server/templates/statefulset.yaml b/pypi-server/templates/statefulset.yaml index 79ed533..f382b1d 100644 --- a/pypi-server/templates/statefulset.yaml +++ b/pypi-server/templates/statefulset.yaml @@ -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 }} @@ -105,4 +105,4 @@ spec: {{ end }} {{- end }} tolerations: - {{- toYaml .Values.pod.tolerations | nindent 8 }} \ No newline at end of file + {{- toYaml .Values.pod.tolerations | nindent 8 }}