Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-stream
Commits
819b8f41
Commit
819b8f41
authored
Mar 02, 2021
by
Nane Kratzke
Browse files
Fixed deployment manifests (replicas)
parent
2b0236af
Changes
2
Hide whitespace changes
Inline
Side-by-side
deploy/pubsub-consumer-dep.yaml
View file @
819b8f41
...
@@ -3,7 +3,7 @@ kind: Deployment
...
@@ -3,7 +3,7 @@ kind: Deployment
metadata
:
metadata
:
name
:
pubsub-consumer
name
:
pubsub-consumer
spec
:
spec
:
replica
:
1
replica
s
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
pubsub-consumer
app
:
pubsub-consumer
...
...
deploy/pubsub-producer-dep.yaml
View file @
819b8f41
...
@@ -3,7 +3,7 @@ kind: Deployment
...
@@ -3,7 +3,7 @@ kind: Deployment
metadata
:
metadata
:
name
:
pubsub-producer
name
:
pubsub-producer
spec
:
spec
:
replica
:
1
replica
s
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
pubsub-producer
app
:
pubsub-producer
...
...
Write
Preview
Markdown
is supported
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