Skip to content

Commit

Permalink
update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankfo committed Jan 31, 2024
1 parent be0ab68 commit 03881bb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions charts/sampling/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,10 @@ grafana-agent-deployment:
# -- The upper limit for the number of replicas to which the autoscaler can scale up.
maxReplicas: 5
# -- Average CPU utilization across all relevant pods, a percentage of the requested value of the resource for the pods. Setting `targetCPUUtilizationPercentage` to 0 will disable CPU scaling.
targetCPUUtilizationPercentage: 80
targetCPUUtilizationPercentage: 0
# -- Average Memory utilization across all relevant pods, a percentage of the requested value of the resource for the pods. Setting `targetMemoryUtilizationPercentage` to 0 will disable Memory scaling.
targetMemoryUtilizationPercentage: 80
agent:
extraEnv:
- name: GRAFANA_CLOUD_API_KEY
value: <REQUIRED>
- name: GRAFANA_CLOUD_PROMETHEUS_URL
value: <REQUIRED>
- name: GRAFANA_CLOUD_PROMETHEUS_USERNAME
value: <REQUIRED>
# This chart creates the configmaps
configMap:
create: false
Expand Down Expand Up @@ -123,7 +116,7 @@ grafana-agent-statefulset:
# -- The upper limit for the number of replicas to which the autoscaler can scale up.
maxReplicas: 5
# -- Average CPU utilization across all relevant pods, a percentage of the requested value of the resource for the pods. Setting `targetCPUUtilizationPercentage` to 0 will disable CPU scaling.
targetCPUUtilizationPercentage: 80
targetCPUUtilizationPercentage: 0
# -- Average Memory utilization across all relevant pods, a percentage of the requested value of the resource for the pods. Setting `targetMemoryUtilizationPercentage` to 0 will disable Memory scaling.
targetMemoryUtilizationPercentage: 80
service:
Expand All @@ -140,6 +133,7 @@ grafana-agent-statefulset:
value: <REQUIRED>
- name: GRAFANA_CLOUD_TEMPO_USERNAME
value: <REQUIRED>
# This is required for adaptive metric deduplication in Grafana Cloud
- name: POD_UID
valueFrom:
fieldRef:
Expand Down

0 comments on commit 03881bb

Please sign in to comment.