Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ChEMBL
research
Lina Web
Commits
32c8d347
Commit
32c8d347
authored
Feb 19, 2021
by
David Mendez
Browse files
Fix typos
parent
602d3777
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
0 deletions
+61
-0
k8s-deployment.yml
k8s-deployment.yml
+61
-0
No files found.
k8s-deployment.yml
0 → 100644
View file @
32c8d347
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
lina-web
labels
:
app
:
lina-web
spec
:
selector
:
matchLabels
:
app
:
lina-web
role
:
master
tier
:
frontend
replicas
:
2
template
:
metadata
:
labels
:
app
:
lina-web
role
:
master
tier
:
frontend
spec
:
containers
:
-
name
:
lina-web
image
:
<DOCKER_IMAGE>:<VERSION>
imagePullPolicy
:
Always
ports
:
-
containerPort
:
3000
volumeMounts
:
-
name
:
run-config
mountPath
:
'
/etc/run_config/'
readOnly
:
true
env
:
-
name
:
HTTP_PROXY
value
:
"
<HTTP_PROXY>"
-
name
:
http_proxy
value
:
"
<HTTP_PROXY>"
-
name
:
HTTPS_PROXY
value
:
"
<HTTPS_PROXY>"
-
name
:
https_proxy
value
:
"
<HTTPS_PROXY>"
-
name
:
NO_PROXY
value
:
"
<NO_PROXY>"
-
name
:
no_proxy
value
:
"
<NO_PROXY>"
volumes
:
-
name
:
run-config
secret
:
secretName
:
<ENV_SECRET_NAME>
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
malaria-front
spec
:
selector
:
app
:
malaria-front
ports
:
-
protocol
:
TCP
port
:
3000
targetPort
:
3000
type
:
NodePort
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