File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
copilot/fsd-form-designer-adapter Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -70,25 +70,6 @@ environments:
70
70
dev :
71
71
count :
72
72
spot : 1
73
- sidecars :
74
- nginx :
75
- port : 8087
76
- image :
77
- location : xscys/nginx-sidecar-basic-auth
78
- variables :
79
- FORWARD_PORT : 8080
80
- CLIENT_MAX_BODY_SIZE : 10m
81
- secrets :
82
- BASIC_AUTH_USERNAME : /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_USERNAME
83
- BASIC_AUTH_PASSWORD : /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_PASSWORD
84
- http :
85
- target_container : nginx
86
- healthcheck :
87
- path : /healthcheck
88
- port : 8080
89
- test :
90
- count :
91
- spot : 2
92
73
sidecars :
93
74
nginx :
94
75
port : 8087
@@ -105,3 +86,22 @@ environments:
105
86
healthcheck :
106
87
path : /healthcheck
107
88
port : 8080
89
+ test :
90
+ count :
91
+ spot : 2
92
+ sidecars :
93
+ nginx :
94
+ port : 8087
95
+ image :
96
+ location : xscys/nginx-sidecar-basic-auth
97
+ variables :
98
+ FORWARD_PORT : 8080
99
+ CLIENT_MAX_BODY_SIZE : 10m
100
+ secrets :
101
+ BASIC_AUTH_USERNAME : /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_USERNAME
102
+ BASIC_AUTH_PASSWORD : /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_PASSWORD
103
+ http :
104
+ target_container : nginx
105
+ healthcheck :
106
+ path : /healthcheck
107
+ port : 8080
You can’t perform that action at this time.
0 commit comments