Skip to content

Commit

Permalink
Fix port name
Browse files Browse the repository at this point in the history
Signed-off-by: Rhea Danzey <[email protected]>
  • Loading branch information
Arkaniad committed May 28, 2024
1 parent d8e7980 commit e927664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/calendar-bot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: main
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
Expand Down

0 comments on commit e927664

Please sign in to comment.