Skip to content

Commit

Permalink
fix: Declare missing port in KEDA operator (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Nov 3, 2023
1 parent d28727d commit 56f161c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keda/templates/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ spec:
- containerPort: 8080
name: http
protocol: TCP
- containerPort: 9666
name: metricsservice
protocol: TCP
env:
- name: WATCH_NAMESPACE
value: {{ .Values.watchNamespace | quote }}
Expand Down

0 comments on commit 56f161c

Please sign in to comment.