chore: Remove unneeded exposing of 9001 port (#30499)
We're already using `/supervisor` for this, and don't expect anyone to hit the port directly.
This commit is contained in:
parent
18ab508808
commit
d25b94fe50
2
.github/workflows/ci-debugging.yml
vendored
2
.github/workflows/ci-debugging.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3001:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
|
|
|
|||
2
.github/workflows/ci-sanity.yml
vendored
2
.github/workflows/ci-sanity.yml
vendored
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3001:3000 -p 6001:6001 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
|
|
|
|||
2
.github/workflows/ci-smoke.yml
vendored
2
.github/workflows/ci-smoke.yml
vendored
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3001:3000 -p 6001:6001 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
|
|
|
|||
2
.github/workflows/ci-test-custom-script.yml
vendored
2
.github/workflows/ci-test-custom-script.yml
vendored
|
|
@ -175,7 +175,7 @@ jobs:
|
|||
-e LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY=$LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY \
|
||||
appsmith/cloud-services:release
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_INTERCOM_APP_ID=DUMMY_VALUE \
|
||||
|
|
|
|||
2
.github/workflows/ci-test-limited.yml
vendored
2
.github/workflows/ci-test-limited.yml
vendored
|
|
@ -201,7 +201,7 @@ jobs:
|
|||
-e LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY=$LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY \
|
||||
appsmith/cloud-services:release
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_INTERCOM_APP_ID=DUMMY_VALUE \
|
||||
|
|
|
|||
|
|
@ -282,7 +282,7 @@ jobs:
|
|||
-e ENTERPRISE_ADMIN_PASSWORD=ent_admin_password \
|
||||
appsmith/cloud-services:release
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_INTERCOM_APP_ID=DUMMY_VALUE \
|
||||
|
|
|
|||
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
|
|
@ -181,7 +181,7 @@ jobs:
|
|||
-e FLAGSMITH_SERVER_KEY_BUSINESS_FEATURES=dummykeybusinessfeatures \
|
||||
appsmith/cloud-services:release
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_INTERCOM_APP_ID=DUMMY_VALUE \
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3000:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
|
|
|
|||
2
.github/workflows/perf-test-v2.yml
vendored
2
.github/workflows/perf-test-v2.yml
vendored
|
|
@ -129,7 +129,7 @@ jobs:
|
|||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3000:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
|
|
|
|||
2
.github/workflows/perf-test.yml
vendored
2
.github/workflows/perf-test.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3000:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
docker run -d --name appsmith -p 80:80 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_DISABLE_TELEMETRY=true \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "9001:9001"
|
||||
volumes:
|
||||
- ./stacks:/appsmith-stacks
|
||||
labels:
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ On your development machine, please ensure that:
|
|||
|
||||
docker pull appsmith/appsmith-ce
|
||||
|
||||
docker run -d --name appsmith -p 8000:80 -p 9001:9001 appsmith/appsmith-ce:latest;
|
||||
docker run -d --name appsmith -p 8000:80 appsmith/appsmith-ce:latest;
|
||||
|
||||
docker logs -f appsmith;
|
||||
|
||||
|
|
@ -151,7 +151,7 @@ On your development machine, please ensure that:
|
|||
./scripts/local_testing.sh -l # This builds a fat docker image of local backend and frontend
|
||||
# The docker image created above will show up in your docker desktop application
|
||||
|
||||
docker run -d --name appsmith -p 8000:80 -p 9001:9001 appsmith/appsmith-ce:local-testing;
|
||||
docker run -d --name appsmith -p 8000:80 appsmith/appsmith-ce:local-testing;
|
||||
|
||||
./start-https.sh http://localhost:8000 // if nginx is installed locally
|
||||
./start-https.sh http://host.docker.internal:8000 // if nginx is running on docker
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "9001:9001"
|
||||
volumes:
|
||||
- ./stacks:/appsmith-stacks
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -75,9 +75,6 @@ spec:
|
|||
- name: https
|
||||
containerPort: 443
|
||||
protocol: TCP
|
||||
- name: supervisord
|
||||
containerPort: 9001
|
||||
protocol: TCP
|
||||
{{- $probes := .Values.probes | default dict }}
|
||||
startupProbe:
|
||||
# The `livenessProbe` and `readinessProbe` will be disabled until the `startupProbe` is successful.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user