Skip to content

Commit

Permalink
explicitly set metrics bind address to 8080 (#304)
Browse files Browse the repository at this point in the history
the default value used to be 8080 but in ansible operator 1.36.0, that default was changed to 8443. So we need to explicitly set it 8080 now.
  • Loading branch information
jmazzitelli authored Dec 23, 2024
1 parent d8095b3 commit 0270679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiali-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
- "--leader-election-id={{ include "kiali-operator.fullname" . }}"
- "--watches-file=./$(WATCHES_FILE)"
- "--health-probe-bind-address=:6789"
- "--metrics-bind-address=:8080"
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
httpGet:
Expand Down

0 comments on commit 0270679

Please sign in to comment.