Skip to content

Commit

Permalink
feat: changed application port to non-privileged port
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bessler committed Jun 17, 2024
1 parent df0a504 commit de4c779
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ spec:
{{- if .Values.logLevel }}
- --v={{ .Values.logLevel }}
{{- end }}
- --secure-port=8443
- --tls-cert-file=/tls/tls.crt
- --tls-private-key-file=/tls/tls.key
env:
- name: GROUP_NAME
value: {{ .Values.groupName | quote }}
ports:
- name: https
containerPort: 443
containerPort: 8443
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit de4c779

Please sign in to comment.