Replies: 1 comment 2 replies
-
Dear @porscheme Do you mean that config like this won't work? spec:
graphd:
resources:
requests:
cpu: "500m"
memory: "500Mi"
limits:
cpu: "1"
memory: "1Gi"
replicas: 1
image: vesoft/nebula-graphd
version: v3.1.0
storageClaim:
resources:
requests:
storage: 2Gi
storageClassName: gp2
config:
"minloglevel": "3" #<------------
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version: 3.1.0
Cluster: 1 meta, 1 graphd, 3 storaged
Nebula Helm chats
We are not able to make changes to config values; such as graphd logLevel.
We looked at this configure custom parameter link, but does explain clearly how to make changes to default values.
Below is the output of various configmap kubectl commands
kubectl get configmap -n graph
kubectl describe configmap nebula-cluster-graphd -n graph
Beta Was this translation helpful? Give feedback.
All reactions