Skip to content

Commit

Permalink
add config for azure deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKrasteva committed Jun 11, 2024
1 parent bdab738 commit fda39aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker_kubernetes/app/config/global-config-azure.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: global-config
data:
post-db-host: "post-database.postgres.database.azure.com"
post-db-port: "5432"
post-db-database: "postgres"
rabbitmq-host: "rabbitmq-service"
rabbitmq-port: "5672"

0 comments on commit fda39aa

Please sign in to comment.