Commit 018c868 1 parent c73af46 commit 018c868 Copy full SHA for 018c868
File tree 1 file changed +6
-3
lines changed
deployment/helm/templates
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,15 @@ spec:
42
42
port : 8080
43
43
resources :
44
44
{{- toYaml .Values.resources.httpGateway | nindent 12 }}
45
+ volumeMounts :
46
+ - name : upload-data
47
+ mountPath : /upload
45
48
- name : nebula-studio
46
49
image : " {{ .Values.image.nebulaStudio.name }}:{{ .Values.image.nebulaStudio.version }}"
47
50
imagePullPolicy : {{ .Values.image.pullPolicy }}
48
51
env :
49
52
- name : UPLOAD_DIR
50
- value : /uploads
53
+ value : /upload
51
54
ports :
52
55
- containerPort : 7001
53
56
protocol : TCP
70
73
{{- toYaml .Values.resources.nebulaStudio | nindent 12 }}
71
74
volumeMounts :
72
75
- name : upload-data
73
- mountPath : /uploads
76
+ mountPath : /upload
74
77
- name : nginx
75
78
image : " {{ .Values.image.nginx.name }}:{{ .Values.image.nginx.version }}"
76
79
imagePullPolicy : {{ .Values.image.pullPolicy }}
89
92
{{- toYaml .Values.resources.nginx | nindent 12 }}
90
93
volumeMounts :
91
94
- name : upload-data
92
- mountPath : /uploads
95
+ mountPath : /upload
93
96
- name : nginx-config
94
97
mountPath : /etc/nginx/conf.d/nebula.conf
95
98
subPath : nginx.conf
You can’t perform that action at this time.
0 commit comments