Skip to content

Commit

Permalink
changed port
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavi101 committed Nov 6, 2023
1 parent 006b540 commit 41b27dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-guestbook/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
Expand Down

0 comments on commit 41b27dc

Please sign in to comment.