Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang committed Mar 7, 2022
1 parent c9ba909 commit 9025691
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file added charts/nebula-cluster-0.9.0.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/nebula-cluster/templates/nebula-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
image: {{ .Values.nebula.graphd.image }}
version: {{ .Values.nebula.version }}
env: {{ toYaml .Values.nebula.graphd.env | nindent 6 }}
config: {{ toYaml .Values.nebula.graphd.config | nindent 6 }}
service:
type: NodePort
externalTrafficPolicy: Local
Expand Down Expand Up @@ -54,6 +55,7 @@ spec:
image: {{ .Values.nebula.metad.image }}
version: {{ .Values.nebula.version }}
env: {{ toYaml .Values.nebula.metad.env | nindent 6 }}
config: {{ toYaml .Values.nebula.metad.config | nindent 6 }}
logVolumeClaim:
resources:
requests:
Expand Down Expand Up @@ -100,6 +102,7 @@ spec:
image: {{ .Values.nebula.storaged.image }}
version: {{ .Values.nebula.version }}
env: {{ toYaml .Values.nebula.storaged.env | nindent 6 }}
config: {{ toYaml .Values.nebula.storaged.config | nindent 6 }}
logVolumeClaim:
resources:
requests:
Expand Down
2 changes: 2 additions & 0 deletions charts/nebula-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ nebula:
image: vesoft/nebula-metad
replicas: 3
env: []
config: {}
resources:
requests:
cpu: "500m"
Expand All @@ -54,6 +55,7 @@ nebula:
image: vesoft/nebula-storaged
replicas: 3
env: []
config: {}
resources:
requests:
cpu: "500m"
Expand Down
Binary file added charts/nebula-operator-0.9.0.tgz
Binary file not shown.

0 comments on commit 9025691

Please sign in to comment.