Skip to content

Commit

Permalink
add missing container port
Browse files Browse the repository at this point in the history
  • Loading branch information
nyambati committed Mar 12, 2024
1 parent 67331fd commit 49ee7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/asqe/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- --cache.duration={{ .Values.args.cacheDuration | quote }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.args.promPort}}
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit 49ee7ef

Please sign in to comment.