Skip to content
Snippets Groups Projects
Commit fe53b4fa authored by sivan's avatar sivan
Browse files

fixed deployment variable log

parent b4e718cf
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ linux: # Build for linux
run:
./builds/main
develop:
develop-sivan:
$(eval export RABBIT_USER := haha-test)
$(eval export RABBIT_PASSWORD := dikkedraak)
......@@ -47,3 +47,17 @@ develop:
@go run cmd/query-service/main.go
develop:
$(eval export RABBIT_USER := guest)
$(eval export RABBIT_PASSWORD := guest)
$(eval export RABBIT_HOST := localhost)
$(eval export RABBIT_PORT := 5672)
$(eval export LOG_MESSAGES := true)
$(eval export REDIS_ADDRESS := localhost:6379)
@go run cmd/query-service/main.go
......@@ -36,5 +36,7 @@ spec:
key: password
- name: REDIS_ADDRESS
value: redis.redis.svc.cluster.local:6379
- name: LOG_MESSAGES
value: "true"
imagePullSecrets:
- name: docker-regcred
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment