Skip to content

Commit b82220c

Browse files
author
Rub21
committed
Update taginfo port in helm templates
1 parent 4fea8c3 commit b82220c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osm-seed/templates/taginfo-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ spec:
2727
image: "{{ .Values.taginfo.image.name }}:{{ .Values.taginfo.image.tag }}"
2828
ports:
2929
- name: http
30-
containerPort: 80
30+
containerPort: 4567
3131
protocol: TCP
3232
livenessProbe:
3333
httpGet:
3434
path: /
35-
port: 80
35+
port: 4567
3636
initialDelaySeconds: 600 # 10 min, because the compile process takes time.
3737
timeoutSeconds: 30
3838
{{- if .Values.taginfo.resources.enabled }}

0 commit comments

Comments
 (0)