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) {
8686 proxy : {
8787 "/api" : {
8888 // target: "http://127.0.0.1:3010/",
89- target : "https://fa5bd82b.zhaohuaiyuan.myterminus .com/" ,
89+ target : "https://fa5bd82b.zhaohuaiyuan.olares .com/" ,
9090 changeOrigin : true ,
9191 } ,
9292 "/upload" : {
9393 // target: "http://127.0.0.1:3010/",
94- target : "https://fa5bd82b.zhaohuaiyuan.myterminus .com/" ,
94+ target : "https://fa5bd82b.zhaohuaiyuan.olares .com/" ,
9595 changeOrigin : true ,
9696 } ,
9797
Original file line number Diff line number Diff line change @@ -847,8 +847,8 @@ func (at *AppTemplate) WithTraefik(cfg *CreateConfig) *AppTemplate {
847847 "--providers.kubernetescrd.namespaces={{ .Release.Namespace }" ,
848848 "--providers.kubernetesingress.namespaces={{ .Release.Namespace }}" ,
849849 "--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" ,
852852 "--log.level=DEBUG" ,
853853 "--accesslog=true" ,
854854 "--accesslog.fields.defaultmode=keep" ,
You can’t perform that action at this time.
0 commit comments