forked from armadaproject/armada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GoLand Run Configurations (armadaproject#3287)
- Loading branch information
1 parent
a468449
commit c0952a6
Showing
46 changed files
with
433 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Armada (Legacy Scheduler)" type="CompoundRunConfigurationType"> | ||
<toRun name="Event Ingester" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Legacy Executor" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Legacy Server" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Lookout Ingester V2" type="GoApplicationRunConfiguration" /> | ||
<toRun name="LookoutV2" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Scheduler" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Scheduler Ingester" type="GoApplicationRunConfiguration" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Armada (Pulsar Scheduler)" type="CompoundRunConfigurationType"> | ||
<toRun name="Armada Infrastructure Services" type="docker-deploy" /> | ||
<toRun name="Event Ingester" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Lookout Ingester V2" type="GoApplicationRunConfiguration" /> | ||
<toRun name="LookoutV2" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Pulsar Executor" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Pulsar Server" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Scheduler" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Scheduler Ingester" type="GoApplicationRunConfiguration" /> | ||
<toRun name="postgresPulsarMigration" type="GoApplicationRunConfiguration" /> | ||
<method v="2" /> | ||
</configuration> | ||
<configuration default="false" name="Armada (Pulsar Scheduler)" type="CompoundRunConfigurationType"> | ||
<toRun name="Event Ingester" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Lookout Ingester V2" type="GoApplicationRunConfiguration" /> | ||
<toRun name="LookoutV2" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Pulsar Executor" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Pulsar Server" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Scheduler" type="GoApplicationRunConfiguration" /> | ||
<toRun name="Scheduler Ingester" type="GoApplicationRunConfiguration" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Armada Infrastructure Services" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker"> | ||
<deployment type="docker-compose.yml"> | ||
<settings> | ||
<option name="envFilePath" value="" /> | ||
<option name="services"> | ||
<list> | ||
<option value="lookoutv2-postgres-migration" /> | ||
<option value="scheduler-migration" /> | ||
</list> | ||
</option> | ||
<option name="sourceFilePath" value="docker-compose.yaml" /> | ||
</settings> | ||
</deployment> | ||
<method v="2"> | ||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Armada Infrastructure Services" run_configuration_type="docker-deploy" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Create Kind Docker Network" type="ShConfigurationType"> | ||
<option name="SCRIPT_TEXT" value="docker network create -d bridge kind || true" /> | ||
<option name="INDEPENDENT_SCRIPT_PATH" value="true" /> | ||
<option name="SCRIPT_PATH" value="" /> | ||
<option name="SCRIPT_OPTIONS" value="" /> | ||
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" /> | ||
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" /> | ||
<option name="INTERPRETER_PATH" value="/bin/bash" /> | ||
<option name="INTERPRETER_OPTIONS" value="" /> | ||
<option name="EXECUTE_IN_TERMINAL" value="true" /> | ||
<option name="EXECUTE_SCRIPT_FILE" value="false" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Event Ingester" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="ARMADA_PULSAR_URL" value="pulsar://localhost:6650" /> | ||
<env name="ARMADA_REDIS_ADDRS" value="localhost:6379" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/eventingester/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Infrastructure Services" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker"> | ||
<deployment type="docker-compose.yml"> | ||
<settings> | ||
<option name="envFilePath" value="" /> | ||
<option name="services"> | ||
<list> | ||
<option value="redis" /> | ||
<option value="pulsar" /> | ||
<option value="postgres" /> | ||
</list> | ||
</option> | ||
<option name="sourceFilePath" value="docker-compose.yaml" /> | ||
</settings> | ||
</deployment> | ||
<method v="2"> | ||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Docker Create Kind Network" run_configuration_type="ShConfigurationType" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Legacy Executor" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="ARMADA_APICONNECTION_ARMADAURL" value=""localhost:50051"" /> | ||
<env name="ARMADA_APICONNECTION_FORCENOTLS" value="true" /> | ||
<env name="ARMADA_APPLICATION_USELEGACYAPI" value="true" /> | ||
<env name="ARMADA_HTTPPORT" value="8085" /> | ||
<env name="KUBECONFIG" value="$PROJECT_DIR$/.kube/internal/config" /> | ||
</envs> | ||
<pass_parent_env value="false" /> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/executor/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Legacy Server" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="--config ./developer/config/insecure-armada.yaml" /> | ||
<envs> | ||
<env name="ARMADA_CORSALLOWEDORIGINS" value=""http://localhost:3000,http://localhost:8089,http://localhost:10000,http://example.com:10000,http://example.com:8089"" /> | ||
<env name="ARMADA_EVENTSAPIREDIS_ADDRS" value="localhost:6379" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_PULSAR_URL" value="pulsar://localhost:6650" /> | ||
<env name="ARMADA_REDIS_ADDRS" value="localhost:6379" /> | ||
<env name="ARMADA_SCHEDULERAPICONNECTION_ARMADAURL" value="localhost:50052" /> | ||
<env name="EXECUTOR_UPDATE_INTERVAL" value=""1s"" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/armada/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Lookout Ingester V2" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="ARMADA_METRICS_PORT" value="9006" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_DBNAME" value="postgresv2" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_PORT" value="5432" /> | ||
<env name="ARMADA_PULSAR_URL" value="pulsar://localhost:6650" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="$PROJECT_DIR$/cmd/lookoutv2/main.go" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/lookoutingesterv2/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="LookoutV2 UI" type="ShConfigurationType"> | ||
<option name="SCRIPT_TEXT" value="" /> | ||
<option name="INDEPENDENT_SCRIPT_PATH" value="true" /> | ||
<option name="SCRIPT_PATH" value="$PROJECT_DIR$/internal/lookout/ui/development-setup-and-start.sh" /> | ||
<option name="SCRIPT_OPTIONS" value="$ARMADA_NPM_REGISTRY" /> | ||
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" /> | ||
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$/internal/lookout/ui/" /> | ||
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" /> | ||
<option name="INTERPRETER_PATH" value="/bin/bash" /> | ||
<option name="INTERPRETER_OPTIONS" value="" /> | ||
<option name="EXECUTE_IN_TERMINAL" value="true" /> | ||
<option name="EXECUTE_SCRIPT_FILE" value="true" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="LookoutV2" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="ARMADA_CORSALLOWEDORIGINS" value=""http://localhost:3000,http://localhost:8089,http://localhost:10000,http://example.com:10000,http://example.com:8089"" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_DBNAME" value="postgresv2" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_PORT" value="5432" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="$PROJECT_DIR$/cmd/lookoutv2/main.go" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/lookoutv2/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Pulsar Executor" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="ARMADA_APICONNECTION_FORCENOTLS" value="true" /> | ||
<env name="ARMADA_APPLICATION_USEEXECUTORAPI" value="true" /> | ||
<env name="ARMADA_APPLICATION_USELEGACYAPI" value="false" /> | ||
<env name="ARMADA_EXECUTORAPICONNECTION_ARMADAURL" value="localhost:50052" /> | ||
<env name="ARMADA_EXECUTORAPICONNECTION_FORCENOTLS" value="true" /> | ||
<env name="ARMADA_HTTPPORT" value="8085" /> | ||
<env name="HOME" value="$USER_HOME$/" /> | ||
<env name="KUBECONFIG" value="$PROJECT_DIR$/.kube/internal/config" /> | ||
</envs> | ||
<pass_parent_env value="false" /> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/executor/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Pulsar Server" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="--config ./developer/config/insecure-armada.yaml" /> | ||
<envs> | ||
<env name="ARMADA_CORSALLOWEDORIGINS" value=""http://localhost:3000,http://localhost:8089,http://localhost:10000,http://example.com:10000,http://example.com:8089"" /> | ||
<env name="ARMADA_EVENTSAPIREDIS_ADDRS" value="localhost:6379" /> | ||
<env name="ARMADA_METRICSPORT" value="9005" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_PROBABILITYOFUSINGPULSARSCHEDULER" value="1" /> | ||
<env name="ARMADA_PULSAR_URL" value="pulsar://localhost:6650" /> | ||
<env name="ARMADA_PULSARSCHEDULERENABLED" value="true" /> | ||
<env name="ARMADA_REDIS_ADDRS" value="localhost:6379" /> | ||
<env name="EXECUTOR_UPDATE_INTERVAL" value=""1s"" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/armada/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Scheduler Ingester" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_PULSAR_URL" value="pulsar://localhost:6650" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/scheduleringester/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Scheduler" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="run --config $PROJECT_DIR$/developer/config/insecure-armada.yaml" /> | ||
<envs> | ||
<env name="ARMADA_HTTP_PORT" value="8084" /> | ||
<env name="ARMADA_METRICS_PORT" value="9004" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_PULSAR_URL" value="pulsar://localhost:6650" /> | ||
<env name="ARMADA_REDIS_ADDRS" value="localhost:6379" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/scheduler/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="lookoutv2PostgresMigration" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="--migrateDatabase" /> | ||
<envs> | ||
<env name="ARMADA_CORSALLOWEDORIGINS" value=""http://localhost:3000,http://localhost:8089,http://localhost:10000,http://example.com:10000,http://example.com:8089"" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_DBNAME" value="postgresv2" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_PORT" value="5432" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="$PROJECT_DIR$/cmd/lookoutv2/main.go" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/lookoutv2/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="postgresPulsarMigration" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="armada" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="migrateDatabase" /> | ||
<envs> | ||
<env name="ARMADA_HTTP_PORT" value="8084" /> | ||
<env name="ARMADA_METRICS_PORT" value="9004" /> | ||
<env name="ARMADA_POSTGRES_CONNECTION_HOST" value="localhost" /> | ||
<env name="ARMADA_PULSAR_URL" value="pulsar://localhost:6650" /> | ||
<env name="ARMADA_REDIS_ADDRS" value="localhost:6379" /> | ||
</envs> | ||
<kind value="FILE" /> | ||
<package value="github.com/armadaproject/armada" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/scheduler/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 0 additions & 1 deletion
1
developer/env/executor-pulsar.env → developer/env/docker/executor-pulsar.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ARMADA_APICONNECTION_FORCENOTLS=true | ||
ARMADA_APICONNECTION_ARMADAURL="server:50051" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
EXECUTOR_UPDATE_INTERVAL="1s" | ||
ARMADA_CORSALLOWEDORIGINS=="http://localhost:3000,http://localhost:10000,http://example.com:10000" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ARMADA_CORSALLOWEDORIGINS="http://localhost:3000,http://localhost:8089,http://example.com:8089" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ARMADA_REDIS_ADDRS=localhost:6379 | ||
ARMADA_PULSAR_URL=pulsar://localhost:6650 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ARMADA_APICONNECTION_FORCENOTLS=true | ||
ARMADA_APPLICATION_USEEXECUTORAPI=true | ||
ARMADA_APPLICATION_USELEGACYAPI=false | ||
ARMADA_EXECUTORAPICONNECTION_ARMADAURL="localhost:50052" | ||
ARMADA_EXECUTORAPICONNECTION_FORCENOTLS=true | ||
ARMADA_HTTPPORT=8085 | ||
HOME=/home/admin | ||
KUBECONFIG=.kube/config |
Oops, something went wrong.