You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth is already on, so that single flag is enough. Login uses the same admin
99
+
credential from the chart-managed (or BYO) Secret.
100
+
79
101
The default anti-affinity for `pd`, `store`, and `server` is `preferred`
80
102
(Server always was; Hubble has no anti-affinity knob because it is
81
103
single-replica by design), so the chart schedules even on clusters with
@@ -105,9 +127,9 @@ helm test hugegraph --namespace hugegraph
105
127
106
128
| File | Purpose |
107
129
|---|---|
108
-
|`values.yaml`| Default 3+3+3 topology with preferred anti-affinity, so it schedules on clusters of any node count|
109
-
|`values-single.yaml`| Single-node 1+1+1 example |
110
-
|`values-cluster.yaml`| Production 3+3+3 starting point with JVM/resources, PD/Store PDBs, and required anti-affinity for PD and Store; Hubble stays opt-in because the preset does not enable authentication|
130
+
|`values.yaml`| Default 3+3+3 topology with preferred anti-affinity, authentication on, and Hubble off|
131
+
|`values-single.yaml`| Single-node 1+1+1 example with authentication on |
132
+
|`values-cluster.yaml`| Production 3+3+3 starting point with JVM/resources, PD/Store PDBs, and required anti-affinity for PD and Store; authentication on, Hubble still opt-in |
111
133
112
134
`values-cluster.yaml` is a production starting point, not a capacity
113
135
guarantee. Recalculate capacity for the graph size, traffic, failure budget,
@@ -287,7 +309,7 @@ default values.
287
309
|`server.restServer.minFreeMemory`| Empty preserves the image default |`""`|
288
310
|`server.restServer.batchMaxWriteThreads`| Empty preserves the image default |`""`|
289
311
|`server.initStoreEnabled`| Must remain `false` for distributed HStore |`false`|
0 commit comments