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 40d501c commit 77a9f5dCopy full SHA for 77a9f5d
charts/feedback-fusion/templates/dashboard-deployment.yaml
@@ -36,8 +36,8 @@ spec:
36
image: "{{ .Values.dashboard.image.repository }}:{{ .Values.dashboard.image.tag | default .Chart.AppVersion }}"
37
imagePullPolicy: {{ .Values.dashboard.image.pullPolicy }}
38
ports:
39
- - name: grpc
40
- containerPort: 8000
+ - name: http
+ containerPort: 3000
41
protocol: TCP
42
livenessProbe:
43
{{- toYaml .Values.dashboard.livenessProbe | nindent 12 }}
0 commit comments