Skip to content

Commit 434bef8

Browse files
authored
Update deployment.yaml
Adds the metric's port to the pod
1 parent 56106f6 commit 434bef8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: charts/kspan/templates/deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ spec:
3939
env:
4040
{{- toYaml . | nindent 12 }}
4141
{{- end }}
42+
ports:
43+
- containerPort: 8080
44+
name: metrics
4245
resources:
4346
{{- toYaml .Values.resources | nindent 12 }}
4447
{{- with .Values.nodeSelector }}

0 commit comments

Comments
 (0)