# devops.md # Storage API ## CI/CD Info For DevOps - branch: main **build** * docker build -t storage-api:latest . **env variables** * SPRING_PROFILES_ACTIVE: main * MONGO__DB_URI: ******* * MONGO__DB_NAME: storage-main * S3_ACCESS_KEY: ******* * S3_SECRET_KEY: ******* * S3_ENDPOINT: ******* * KAFKA_BOOTSTRAP_SERVERS: ******* * KAFKA_GROUP_ID: storage-api * KAFKA_TOPIC_NAME: main.storage-api.commits **domain** * TBD **Resources** **Requests** * cpu: 0.15 * memory: 256Mi **Limits** * cpu: 0.25 * memory: 512Mi **Labels** * layer: business * lang: java * framework: spring boot * scheduler: false * public: false **Replicas** * count: 2 ## CI/CD Info For DevOps - branch: staging **build** * docker build -t storage-api:latest . **env variables** * SPRING_PROFILES_ACTIVE: staging * MONGODB__URI: ******* * MONGODB__DB_NAME: storage-staging * S3_ACCESS_KEY: ******* * S3_SECRET_KEY: ******* * S3_ENDPOINT: ******* * KAFKA_BOOTSTRAP_SERVERS: ******* * KAFKA_GROUP_ID: storage-api * KAFKA_TOPIC_NAME: staging.storage-api.commits **domain** * autogenerated (PORT: 8080) **Resources** **Requests** * cpu: 0.15 * memory: 256Mi **Limits** * cpu: 0.25 * memory: 512Mi **Labels** * layer: business * lang: java * framework: spring boot * scheduler: false * public: false **Replicas** * count: 1 ## CI/CD Info For DevOps - branch: testing **build** * docker build -t storage-api:latest . **env variables** * SPRING_PROFILES_ACTIVE: testing * MONGODB__URI: ******* * MONGODB__DB_NAME: storage-testing * S3_ACCESS_KEY: ******* * S3_SECRET_KEY: ******* * S3_ENDPOINT: ******* * KAFKA_BOOTSTRAP_SERVERS: ******* * KAFKA_GROUP_ID: storage-api * KAFKA_TOPIC_NAME: testing.storage-api.commits **domain** * autogenerated (PORT: 8080) **Resources** **Requests** * cpu: 0.15 * memory: 256Mi **Limits** * cpu: 0.25 * memory: 512Mi **Labels** * layer: business * lang: java * framework: spring boot * scheduler: false * public: false **Replicas** * count: 1
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up