Skip to content

Commit

Permalink
explicitly set metrics bind address to 8080
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 committed Dec 20, 2024
1 parent 9d8a68d commit 19b5ebe
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 19b5ebe

Please sign in to comment.