Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Schwieger, Jana
lab-grpc
Commits
c6e9bd8d
Commit
c6e9bd8d
authored
Mar 01, 2021
by
Nane Kratzke
Browse files
Fix greeter monitor deploy
parent
0f614ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/monitor-dep.yaml
View file @
c6e9bd8d
...
...
@@ -16,7 +16,7 @@ spec:
containers
:
-
name
:
monitor
image
:
{{
CI_REGISTRY_IMAGE
}}
/grpc:latest
command
:
[
"
greeter_monitor.py"
]
command
:
[
"
python3"
,
"
-u"
,
"
greeter_monitor.py"
]
env
:
-
name
:
GRPC_SVC
value
:
grpc-svc
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment