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 c6b5a2f
Show file tree
Hide file tree
Showing 2 changed files with 41 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
28 changes: 28 additions & 0 deletions values.perk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#key
sumologic:
accessId: "suCpYPLJF61THP"
accessKey: "ToPAUeblxklZ00PGKEukH5v3lCHGzCE4C2ZJPA0IzY0xuYx7SyiE2hSbozEGrozg"
endpoint: "https://api.us2.sumologic.com/api/v1/"
clusterName: "logsense"
#httpProxy: "http://192.168.78.1:3128"
#traces:
#enabled: true
podLabels:
perk: vagrant-tests
#podAnnotations:
#perk: vagrant-annotation
#prometheus-operator:
#prometheus:
#prometheusSpec:
#thanos:
#resources:
#limits:
#cpu: 100m
#memory: 128Mi
#requests:
#cpu: 10m
#memory: 8Mi
#grafana:
#enabled: true
fluentd:
logLevelFilter: false

0 comments on commit c6b5a2f

Please sign in to comment.