We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2eee7e commit 8ff93d0Copy full SHA for 8ff93d0
helm/templates/templates/deployment.yaml
@@ -33,7 +33,7 @@ spec:
33
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
34
imagePullPolicy: {{ .Values.image.pullPolicy }}
35
ports:
36
- - name: http
+ - name: api-port
37
containerPort: {{ .Values.service.port }}
38
protocol: TCP
39
livenessProbe:
helm/templates/templates/service.yaml
@@ -11,8 +11,7 @@ spec:
11
- port: 80
12
targetPort: {{ .Values.service.port }}
13
14
- name: http
+ name: api-port
15
selector:
16
app: {{ include "oasbinder.fullname" . }}
17
-
18
#
0 commit comments