Skip to content

Commit

Permalink
Update transmitted ENV variables to clusters-keeper (#402)
Browse files Browse the repository at this point in the history
* PR4819 [ITISFoundation/osparc-simcore#4899]

* added code owners file
  • Loading branch information
sanderegg authored Oct 24, 2023
1 parent a76d7de commit bc2a186
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Maps code in repository with maintainers
# Order is important. The last matching pattern has the most precedence.
# SEE https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file


# files and folders recursively
* @mrnicegyu11 @YuryHrytsuk


22 changes: 0 additions & 22 deletions services/simcore/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
version: "3.8"
services:
clusters-keeper:
environment:
- LOG_LEVEL=${LOG_LEVEL:-WARNING}
- LOG_FORMAT_LOCAL_DEV_ENABLED=${LOG_FORMAT_LOCAL_DEV_ENABLED}
- CLUSTERS_KEEPER_LOGLEVEL=${LOG_LEVEL:-INFO}
- CLUSTERS_KEEPER_MAX_MISSED_HEARTBEATS_BEFORE_CLUSTER_TERMINATION=${CLUSTERS_KEEPER_MAX_MISSED_HEARTBEATS_BEFORE_CLUSTER_TERMINATION}
- CLUSTERS_KEEPER_TASK_INTERVAL=${CLUSTERS_KEEPER_TASK_INTERVAL}
- CLUSTERS_KEEPER_EC2_ACCESS_KEY_ID=${CLUSTERS_KEEPER_EC2_ACCESS_KEY_ID}
- CLUSTERS_KEEPER_EC2_ENDPOINT=${CLUSTERS_KEEPER_EC2_ENDPOINT}
- CLUSTERS_KEEPER_EC2_INSTANCES_ALLOWED_TYPES=${CLUSTERS_KEEPER_EC2_INSTANCES_ALLOWED_TYPES}
- CLUSTERS_KEEPER_EC2_INSTANCES_AMI_ID=${CLUSTERS_KEEPER_EC2_INSTANCES_AMI_ID}
- CLUSTERS_KEEPER_EC2_INSTANCES_KEY_NAME=${CLUSTERS_KEEPER_EC2_INSTANCES_KEY_NAME}
- CLUSTERS_KEEPER_EC2_INSTANCES_SECURITY_GROUP_IDS=${CLUSTERS_KEEPER_EC2_INSTANCES_SECURITY_GROUP_IDS}
- CLUSTERS_KEEPER_EC2_INSTANCES_SUBNET_ID=${CLUSTERS_KEEPER_EC2_INSTANCES_SUBNET_ID}
- CLUSTERS_KEEPER_EC2_REGION_NAME=${CLUSTERS_KEEPER_EC2_REGION_NAME}
- CLUSTERS_KEEPER_EC2_SECRET_ACCESS_KEY=${CLUSTERS_KEEPER_EC2_SECRET_ACCESS_KEY}
- REDIS_HOST=${REDIS_HOST}
- REDIS_PORT=${REDIS_PORT}
- RABBIT_HOST=${RABBIT_HOST}
- RABBIT_PASSWORD=${RABBIT_PASSWORD}
- RABBIT_PORT=${RABBIT_PORT}
- RABBIT_SECURE=${RABBIT_SECURE}
- RABBIT_USER=${RABBIT_USER}
deploy:
labels: []
replicas: 0
Expand Down

0 comments on commit bc2a186

Please sign in to comment.