Skip to content

Commit

Permalink
Also protect healthz endpoint on OpenShift (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan authored Jun 24, 2024
1 parent bbb57e0 commit fc8cc8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/openshift4/exporter_openshift_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
- name: exporter
args:
- --listen-addr=127.0.0.1:8080
- --health-listen-addr=$(POD_IP):8081
- --tls
- --host=alertmanager-operated.openshift-monitoring.svc.cluster.local:9095
- --tls-server-name=alertmanager-main.openshift-monitoring.svc.cluster.local
Expand Down

0 comments on commit fc8cc8e

Please sign in to comment.