Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lab-pds-microservices
loadgenerator
Commits
f4273d86
Commit
f4273d86
authored
Nov 04, 2020
by
Jerico Moeyersons
🏘
Browse files
Added manifest
parent
c6862326
Changes
1
Hide whitespace changes
Inline
Side-by-side
loadgenerator-standalone.yaml
0 → 100644
View file @
f4273d86
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
loadgenerator
spec
:
selector
:
matchLabels
:
app
:
loadgenerator
replicas
:
1
template
:
metadata
:
labels
:
app
:
loadgenerator
annotations
:
sidecar.istio.io/rewriteAppHTTPProbers
:
"
true"
spec
:
terminationGracePeriodSeconds
:
5
restartPolicy
:
Always
containers
:
-
name
:
main
image
:
gitlab.ilabt.imec.be:4567/lab-pds-microservices/loadgenerator
env
:
-
name
:
FRONTEND_ADDR
value
:
"
frontend:80"
-
name
:
USERS
value
:
"
10"
resources
:
requests
:
cpu
:
300m
memory
:
256Mi
limits
:
cpu
:
500m
memory
:
512Mi
\ No newline at end of file
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