Skip to content

Commit 20c7ca0

Browse files
authored
Eng 958 helm updates (#4)
* ENG-958: mds chart updates * ENG-958: updated chart version
1 parent cf20c19 commit 20c7ca0

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

charts/mds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mds
33
description: A Helm chart for the Moose Deployment Service (MDS)
44
type: application
5-
version: 0.7.6
5+
version: 0.7.7
66
appVersion: "1.0.0"
77
keywords:
88
- mds

charts/mds/templates/deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ spec:
104104
secretKeyRef:
105105
name: {{ .Values.secrets.redis.name }}
106106
key: mds-cluster-prefix
107-
- name: REDIS_MDS_REQUEST_CHANNEL
108-
valueFrom:
109-
secretKeyRef:
110-
name: {{ .Values.secrets.redis.name }}
111-
key: mds-request-channel
112107
- name: REDIS_REGION
113108
valueFrom:
114109
secretKeyRef:

charts/mds/templates/opentelemetrycollector.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,6 @@ spec:
139139
tls:
140140
insecure: true
141141

142-
prometheusremotewrite:
143-
endpoint: "http://mimir-gateway.boreal-system.svc.cluster.local/api/v1/push"
144-
resource_to_telemetry_conversion:
145-
enabled: true
146-
147-
headers:
148-
X-Scope-OrgID: "mds"
149-
150142
service:
151143
telemetry:
152144
logs:

0 commit comments

Comments
 (0)