Skip to content

Commit

Permalink
Revert "metrics are served cleartext"
Browse files Browse the repository at this point in the history
This reverts commit 1ef5d55.
  • Loading branch information
davidkarlsen committed Nov 14, 2023
1 parent fd270fe commit a8d3c4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ metadata:
spec:
endpoints:
- path: /metrics
port: http
scheme: http
port: https
scheme: https
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
#tlsConfig:
# insecureSkipVerify: true
tlsConfig:
insecureSkipVerify: true
selector:
matchLabels:
control-plane: controller-manager
Expand Down

0 comments on commit a8d3c4f

Please sign in to comment.