mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
added default tls secret value for master ingress
This commit is contained in:
parent
9b79a4124d
commit
69013af0f3
|
@ -170,6 +170,7 @@ master:
|
||||||
sub_filter '=/' '=./';
|
sub_filter '=/' '=./';
|
||||||
sub_filter '/seaweedfsstatic' './seaweedfsstatic';
|
sub_filter '/seaweedfsstatic' './seaweedfsstatic';
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
|
tls: []
|
||||||
|
|
||||||
extraEnvironmentVars:
|
extraEnvironmentVars:
|
||||||
WEED_MASTER_VOLUME_GROWTH_COPY_1: 7
|
WEED_MASTER_VOLUME_GROWTH_COPY_1: 7
|
||||||
|
|
Loading…
Reference in a new issue