Skip to content

Commit

Permalink
Modified container port to an unprivileged port
Browse files Browse the repository at this point in the history
  • Loading branch information
CmdrSharp committed May 17, 2023
1 parent 3fea051 commit 6dde37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kubepulse/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
Expand All @@ -50,7 +50,7 @@ spec:
- name: RUST_LOG
value: {{ .Values.logVerbosity | default "kubepulse=info,tower_http=info" }}
- name: KUBEPULSE_PORT
value: "80"
value: "8080"
- name: KUBEPULSE_BASEPATH
value: {{ .Values.kubepulse.basepath | default "/" }}
- name: KUBEPULSE_MESSAGE
Expand Down

0 comments on commit 6dde37c

Please sign in to comment.