Skip to content

Commit

Permalink
Use longer names for the relay servers. (#476)
Browse files Browse the repository at this point in the history
This aligns with the client names and makes it easier to find them in
the logs.
  • Loading branch information
ensonic authored Jan 14, 2025
1 parent 53f1697 commit b3755af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
app: kubernetes-relay-server
spec:
containers:
- name: server
- name: kubernetes-relay-server
image: {{ .Values.registry }}{{ .Values.images.http_relay_server }}
args:
- --port=8080
Expand Down
2 changes: 1 addition & 1 deletion src/app_charts/prometheus/cloud/prometheus-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: prometheus-relay-server
spec:
containers:
- name: server
- name: prometheus-relay-server
image: {{ .Values.registry }}{{ .Values.images.http_relay_server }}
args:
- --port=8080
Expand Down

0 comments on commit b3755af

Please sign in to comment.