Skip to content

Commit

Permalink
Merge pull request #23 from SumoLogic/byi-more-replicas
Browse files Browse the repository at this point in the history
Byi more replicas
  • Loading branch information
Bin Yi committed May 7, 2019
2 parents 726149a + adff6ab commit 6d87b98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ prometheus:
regex: POD
sourceLabels: [container_name]
- action: keep
regex: kubelet;container_cpu_(?:load_average_10s|(?:system|usage)_seconds_total)
regex: kubelet;container_cpu_(?:load_average_10s|(?:system|usage|cfs_throttled)_seconds_total)
sourceLabels: [job, __name__]
- url: http://fluentd:9888/prometheus.metrics.container
writeRelabelConfigs:
Expand Down
10 changes: 5 additions & 5 deletions deploy/kubernetes/fluentd-sumologic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
selector:
matchLabels:
k8s-app: fluentd-sumologic
replicas: 1
replicas: 3
template:
metadata:
labels:
Expand All @@ -176,11 +176,11 @@ spec:
imagePullPolicy: Always
resources:
limits:
memory: 2Gi
cpu: "200m"
memory: 256Mi
cpu: "100m"
requests:
memory: 2Gi
cpu: "200m"
memory: 256Mi
cpu: "100m"
ports:
- name: prom-write
containerPort: 9888
Expand Down

0 comments on commit 6d87b98

Please sign in to comment.