Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
query-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GraphPolaris
Microservices
query-service
Commits
fe53b4fa
Commit
fe53b4fa
authored
3 years ago
by
sivan
Browse files
Options
Downloads
Patches
Plain Diff
fixed deployment variable log
parent
b4e718cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+15
-1
15 additions, 1 deletion
Makefile
deployments/deployment.yml
+2
-0
2 additions, 0 deletions
deployments/deployment.yml
with
17 additions
and
1 deletion
Makefile
+
15
−
1
View file @
fe53b4fa
...
...
@@ -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
This diff is collapsed.
Click to expand it.
deployments/deployment.yml
+
2
−
0
View file @
fe53b4fa
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment