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
8c0e6c86
Commit
8c0e6c86
authored
Nov 17, 2021
by
Jonathan Schaeffer
Browse files
indentation
parent
5de6103b
Changes
1
Hide whitespace changes
Inline
Side-by-side
production/deployment.yaml
View file @
8c0e6c86
...
...
@@ -7,7 +7,7 @@ metadata:
environment
:
production
app
:
ws-station
spec
:
replicas
:
2
replicas
:
3
selector
:
matchLabels
:
app
:
ws-station
...
...
@@ -18,70 +18,70 @@ spec:
environment
:
production
spec
:
containers
:
-
name
:
redis
image
:
redis
ports
:
-
containerPort
:
6379
name
:
redis
protocol
:
TCP
-
name
:
ws-station
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws-station/ws-station:878b91d1
imagePullPolicy
:
Always
resources
:
requests
:
memory
:
"
512M"
cpu
:
"
500m"
limits
:
memory
:
"
700M"
cpu
:
"
1000m"
ports
:
-
containerPort
:
8080
env
:
-
name
:
RUNMODE
value
:
production
-
name
:
BASEURL
value
:
ws.resif.fr
-
name
:
PGHOST
value
:
resif-pgprod.u-ga.fr
-
name
:
PGPORT
value
:
"
5432"
-
name
:
PGDATABASE
value
:
resifInv-Preprod
-
name
:
PGUSER
value
:
wsstation
-
name
:
PGPASSWORD
valueFrom
:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
wsstation
-
name
:
JAVA_OPTS
value
:
"
-Xmx512m
-DwssConfigDir='/home/sysop/wss-config'"
-
name
:
redis
image
:
redis
ports
:
-
containerPort
:
6379
name
:
redis
protocol
:
TCP
-
name
:
ws-station
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws-station/ws-station:878b91d1
imagePullPolicy
:
Always
resources
:
requests
:
memory
:
"
512M"
cpu
:
"
500m"
limits
:
memory
:
"
700M"
cpu
:
"
1000m"
ports
:
-
containerPort
:
8080
env
:
-
name
:
RUNMODE
value
:
production
-
name
:
BASEURL
value
:
ws.resif.fr
-
name
:
PGHOST
value
:
resif-pgprod.u-ga.fr
-
name
:
PGPORT
value
:
"
5432"
-
name
:
PGDATABASE
value
:
resifInv-Preprod
-
name
:
PGUSER
value
:
wsstation
-
name
:
PGPASSWORD
valueFrom
:
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
:
-
name
:
STATS_DBURI
valueFrom
:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
resifstatsuri
-
name
:
INV_DBURI
valueFrom
:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
resifinvuri
-
name
:
AUTH_DBURI
valueFrom
:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
resifauthuri
-
name
:
RUNMODE
value
:
production
-
name
:
REDIS_QUEUE
value
:
fdsnwsstat
-
name
:
fdsnwsstat
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/fdsnwsstat/fdsnwsstat:a08b331d
resources
:
requests
:
memory
:
"
100M"
cpu
:
"
100m"
ports
:
-
containerPort
:
8000
env
:
-
name
:
STATS_DBURI
valueFrom
:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
resifstatsuri
-
name
:
INV_DBURI
valueFrom
:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
resifinvuri
-
name
:
AUTH_DBURI
valueFrom
:
secretKeyRef
:
name
:
ws-station-production-secrets
key
:
resifauthuri
-
name
:
RUNMODE
value
:
production
-
name
:
REDIS_QUEUE
value
:
fdsnwsstat
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