Skip to content

Commit 8ff93d0

Browse files
committed
chore: trigger pipeline
1 parent b2eee7e commit 8ff93d0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

helm/templates/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3434
imagePullPolicy: {{ .Values.image.pullPolicy }}
3535
ports:
36-
- name: http
36+
- name: api-port
3737
containerPort: {{ .Values.service.port }}
3838
protocol: TCP
3939
livenessProbe:

helm/templates/templates/service.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ spec:
1111
- port: 80
1212
targetPort: {{ .Values.service.port }}
1313
protocol: TCP
14-
name: http
14+
name: api-port
1515
selector:
1616
app: {{ include "oasbinder.fullname" . }}
17-
1817
#

0 commit comments

Comments
 (0)