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
OSUG
RESIF
ws-station-k8s
Commits
7c9715bc
Commit
7c9715bc
authored
May 17, 2021
by
Jonathan Schaeffer
Browse files
Resources allocation
parent
e544d668
Changes
2
Hide whitespace changes
Inline
Side-by-side
preprod/deployment.yaml
View file @
7c9715bc
...
...
@@ -25,7 +25,7 @@ spec:
name
:
redis
protocol
:
TCP
-
name
:
ws-station
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws-station/ws-station:
5b549e71
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws-station/ws-station:
b2854f58
imagePullPolicy
:
Always
ports
:
-
containerPort
:
8080
...
...
@@ -45,6 +45,8 @@ spec:
secretKeyRef
:
name
:
ws-station-preprod-secrets
key
:
wsstation
-
name
:
JAVA_OPTS
value
:
"
-Xmx512m
-DwssConfigDir='/home/sysop/wss-config'"
-
name
:
fdsnwsstat
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/fdsnwsstat/fdsnwsstat:a08b331d
ports
:
...
...
production/deployment.yaml
View file @
7c9715bc
...
...
@@ -27,6 +27,13 @@ spec:
-
name
:
ws-station
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws-station/ws-station:b2854f58
imagePullPolicy
:
Always
resources
:
requests
:
memory
:
"
512M"
cpu
:
"
500m"
limits
:
memory
:
"
700M"
cpu
:
"
1000m"
ports
:
-
containerPort
:
8080
env
:
...
...
@@ -45,8 +52,15 @@ spec:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
wsstation
-
name
:
JAVA_OPTS
value
:
"
-Xmx512m
-DwssConfigDir='/home/sysop/wss-config'"
-
name
:
fdsnwsstat
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/fdsnwsstat/fdsnwsstat:a08b331d
resources
:
requests
:
memory
:
"
100M"
cpu
:
"
100m"
ports
:
-
containerPort
:
8000
env
:
...
...
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