Skip to content

Commit

Permalink
Generate new overrides yaml/libsonnet file(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Apr 30, 2020
1 parent 0885e64 commit 4d21605
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/fluent-bit-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
valueFrom:
configMapKeyRef:
name: sumologic-configmap
key: release
key: fluentdLogs
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down
25 changes: 18 additions & 7 deletions deploy/helm/prometheus-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,39 @@ prometheusOperator:
# memory: 30Mi
prometheus:
additionalServiceMonitors:
- name: collection-sumologic
- name: collection-sumologic-fluentd-logs
additionalLabels:
app: collection-sumologic
app: collection-sumologic-fluentd-logs
endpoints:
- port: metrics
namespaceSelector:
matchNames:
- sumologic
selector:
matchLabels:
app: collection-sumologic
- name: collection-sumologic-events
app: collection-sumologic-fluentd-logs
- name: collection-sumologic-fluentd-metrics
additionalLabels:
app: collection-sumologic-events
app: collection-sumologic-fluentd-metrics
endpoints:
- port: metrics
namespaceSelector:
matchNames:
- sumologic
selector:
matchLabels:
app: collection-sumologic-events
app: collection-sumologic-fluentd-metrics
- name: collection-sumologic-fluentd-events
additionalLabels:
app: collection-sumologic-fluentd-events
endpoints:
- port: metrics
namespaceSelector:
matchNames:
- sumologic
selector:
matchLabels:
app: collection-sumologic-fluentd-events
- name: collection-fluent-bit
additionalLabels:
app: collection-fluent-bit
Expand Down Expand Up @@ -102,7 +113,7 @@ prometheus:
valueFrom:
configMapKeyRef:
name: sumologic-configmap
key: release
key: fluentdMetrics
- name: NAMESPACE
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 4d21605

Please sign in to comment.