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
Schultz, Lucian
lab-grpc
Commits
0f614ad3
Commit
0f614ad3
authored
Mar 01, 2021
by
Nane Kratzke
Browse files
Added image pull secrets
parent
3683af01
Changes
3
Hide whitespace changes
Inline
Side-by-side
deploy/grpc-dep.yaml
View file @
0f614ad3
...
...
@@ -11,6 +11,8 @@ spec:
labels
:
app
:
grpc-server
spec
:
imagePullSecrets
:
-
name
:
gitlab-registry-credentials
containers
:
-
name
:
grpc-server
image
:
{{
CI_REGISTRY_IMAGE
}}
/grpc:latest
...
...
deploy/monitor-dep.yaml
View file @
0f614ad3
...
...
@@ -11,6 +11,8 @@ spec:
labels
:
app
:
monitor
spec
:
imagePullSecrets
:
-
name
:
gitlab-registry-credentials
containers
:
-
name
:
monitor
image
:
{{
CI_REGISTRY_IMAGE
}}
/grpc:latest
...
...
deploy/rest-dep.yaml
View file @
0f614ad3
...
...
@@ -11,6 +11,8 @@ spec:
labels
:
app
:
rest-server
spec
:
imagePullSecrets
:
-
name
:
gitlab-registry-credentials
containers
:
-
name
:
rest-server
image
:
{{
CI_REGISTRY_IMAGE
}}
/grpc:latest
...
...
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