Skip to content

Commit

Permalink
fix: remove adding new resources from v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
perk-sumo committed Oct 2, 2020
1 parent 8db37c5 commit d953e48
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ sumologic:
limits:
memory: 256Mi
cpu: 2000m
requests:
memory: 128Mi
cpu: 200m
# requests:
# memory: 128Mi
# cpu: 200m
nodeSelector: {}
## Add custom labels only to setup job pod
podLabels: {}
Expand Down Expand Up @@ -1007,13 +1007,13 @@ prometheus-operator:
labels: {}
annotations: {}
## Define resources requests and limits for single Pods.
resources:
limits:
cpu: 2000m
memory: 8Gi
requests:
cpu: 1000m
memory: 2Gi
resources: {}
# limits:
# cpu: 2000m
# memory: 8Gi
# requests:
# cpu: 1000m
# memory: 2Gi
thanos:
baseImage: quay.io/thanos/thanos
version: v0.10.0
Expand All @@ -1023,9 +1023,9 @@ prometheus-operator:
limits:
cpu: 10m
memory: 32Mi
requests:
cpu: 1m
memory: 8Mi
# requests:
# cpu: 1m
# memory: 8Mi
containers:
- name: "prometheus-config-reloader"
env:
Expand Down

0 comments on commit d953e48

Please sign in to comment.