Skip to content

Commit 63e5e0c

Browse files
fix designer (#98)
1 parent 376405d commit 63e5e0c

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

copilot/fsd-form-designer-adapter/manifest.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -70,38 +70,6 @@ environments:
7070
dev:
7171
count:
7272
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
8973
test:
9074
count:
9175
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

0 commit comments

Comments
 (0)