Skip to content

Commit

Permalink
🔧 Update demo values
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed Jan 20, 2021
1 parent 097886c commit ad99d8b
Showing 1 changed file with 1 addition and 73 deletions.
74 changes: 1 addition & 73 deletions charts/vald/values-observability-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

defaults:
image:
tag: pr-852
tag: nightly
logging:
logger: zap
format: json
Expand All @@ -38,75 +38,3 @@ defaults:
enabled: true
jaeger:
enabled: true

gateway:
minReplicas: 1
hpa:
enabled: false
resources:
requests:
cpu: 100m
memory: 50Mi
gateway_config:
index_replica: 3

agent:
minReplicas: 3
maxReplicas: 10
podManagementPolicy: Parallel
hpa:
enabled: false
resources:
requests:
cpu: 100m
memory: 50Mi
ngt:
auto_index_duration_limit: 60s
auto_index_check_duration: 5s
auto_index_length: 10
dimension: 6

discoverer:
minReplicas: 1
hpa:
enabled: false
resources:
requests:
cpu: 100m
memory: 50Mi

compressor:
minReplicas: 1
hpa:
enabled: false
resources:
requests:
cpu: 100m
memory: 50Mi
compress:
compress_algorithm: gob

backupManager:
minReplicas: 1
hpa:
enabled: false
resources:
requests:
cpu: 100m
memory: 30Mi

indexManager:
replicas: 1
resources:
requests:
cpu: 100m
memory: 30Mi

meta:
minReplicas: 1
hpa:
enabled: false
resources:
requests:
cpu: 100m
memory: 30Mi

0 comments on commit ad99d8b

Please sign in to comment.