Skip to content

Commit

Permalink
Simplified hostname for cluster collector
Browse files Browse the repository at this point in the history
Change-Id: I3c775f543193dd903df80d3d4bb5f6345bd46fff
  • Loading branch information
Martin committed Mar 8, 2022
1 parent c20befc commit 2dcd630
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/kubernetes/node-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ spec:
# HTTP/HTTPS: Remove args for HTTP
args:
# host DNS can be determined as:
# <service name>.<namespace name>.svc.cluster.local
- "--host=cluster-collector.checkmk-monitoring.svc.cluster.local"
# <service name>.<namespace name>
- "--host=cluster-collector.checkmk-monitoring"
- "--secure-protocol"
- "--verify-ssl"
env:
Expand Down Expand Up @@ -233,8 +233,8 @@ spec:
# HTTP/HTTPS: Remove args for HTTP
args:
# host DNS can be determined as:
# <service name>.<namespace name>.svc.cluster.local
- "--host=cluster-collector.checkmk-monitoring.svc.cluster.local"
# <service name>.<namespace name>
- "--host=cluster-collector.checkmk-monitoring"
- "--secure-protocol"
- "--verify-ssl"
env:
Expand Down

0 comments on commit 2dcd630

Please sign in to comment.