Skip to content

Commit fa1aecc

Browse files
committed
Revert changes to values.yaml
Signed-off-by: JeffMboya <[email protected]>
1 parent ce730d6 commit fa1aecc

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

charts/supermq/values.yaml

+13-21
Original file line numberDiff line numberDiff line change
@@ -671,27 +671,19 @@ jaeger:
671671
enabled: false
672672
storage:
673673
type: cassandra
674-
cassandra:
675-
persistence:
676-
enabled: true
677-
storageClass: "do-block-storage"
678-
accessModes:
679-
- ReadWriteOnce
680-
size: 10Gi
681-
resources:
682-
requests:
683-
memory: "4Gi"
684-
cpu: "2"
685-
limits:
686-
memory: "8Gi"
687-
cpu: "4"
688-
extraEnv:
689-
- name: MAX_HEAP_SIZE
690-
value: "4G"
691-
- name: HEAP_NEWSIZE
692-
value: "800M"
693-
- name: JVM_OPTS
694-
value: "-XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=70"
674+
cassandra:
675+
host: "{{ .Release.Name }}-cassandra"
676+
keyspace: supermq_jaeger
677+
user: "cassandra"
678+
password: "cassandra"
679+
schema:
680+
create: true
681+
keyspace: supermq_jaeger
682+
datacenter: dc1
683+
trace_ttl: 48h
684+
dependencies_ttl: 48d
685+
compaction_window: 2h
686+
replication_factor: 1
695687
collector:
696688
replicaCount: 1
697689
resources:

0 commit comments

Comments
 (0)