Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f5415ff

Browse files
authored
Fix containerPort in deployment.yaml (#8)
Signed-off-by: Frédéric Menu <frederic.menu@gmail.com>
1 parent d752b3e commit f5415ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
port: {{ .Values.livenessProbe.httpGet.port }}
4343
ports:
4444
- name: http
45-
containerPort: {{ .Values.service.port }}
45+
containerPort: 8080
4646
protocol: TCP
4747
{{- if .Values.swaggerui.jsonPath }}
4848
volumes:

0 commit comments

Comments
 (0)