File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ module.exports = configure(function (ctx) {
86
86
proxy : {
87
87
"/api" : {
88
88
// target: "http://127.0.0.1:3010/",
89
- target : "https://fa5bd82b.zhaohuaiyuan.myterminus .com/" ,
89
+ target : "https://fa5bd82b.zhaohuaiyuan.olares .com/" ,
90
90
changeOrigin : true ,
91
91
} ,
92
92
"/upload" : {
93
93
// target: "http://127.0.0.1:3010/",
94
- target : "https://fa5bd82b.zhaohuaiyuan.myterminus .com/" ,
94
+ target : "https://fa5bd82b.zhaohuaiyuan.olares .com/" ,
95
95
changeOrigin : true ,
96
96
} ,
97
97
Original file line number Diff line number Diff line change @@ -847,8 +847,8 @@ func (at *AppTemplate) WithTraefik(cfg *CreateConfig) *AppTemplate {
847
847
"--providers.kubernetescrd.namespaces={{ .Release.Namespace }" ,
848
848
"--providers.kubernetesingress.namespaces={{ .Release.Namespace }}" ,
849
849
"--entrypoints.websecure.http.tls=true" ,
850
- "--entrypoints.websecure.http.tls.domains[0].main=myterminus .com" ,
851
- "--entrypoints.websecure.http.tls.domains[0].sans=*.myterminus .com" ,
850
+ "--entrypoints.websecure.http.tls.domains[0].main=olares .com" ,
851
+ "--entrypoints.websecure.http.tls.domains[0].sans=*.olares .com" ,
852
852
"--log.level=DEBUG" ,
853
853
"--accesslog=true" ,
854
854
"--accesslog.fields.defaultmode=keep" ,
You can’t perform that action at this time.
0 commit comments