Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
social
SoMeDi Use Case - Lateral
Commits
ea75151b
Commit
ea75151b
authored
Nov 21, 2019
by
J. Fernando Sánchez
Browse files
change registry URL
parent
d7520011
Pipeline
#1769
failed with stages
in 1 minute and 20 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ea75151b
NAME
:=
dashboard-somedi
IMAGENAMEWEB
:=
registry.
cluster.gsi.dit
.upm.es/social/somedi-lateral/web
IMAGENAME
:=
registry.
cluster.gsi.dit
.upm.es/social/somedi-lateral/gsicrawler
IMAGENAMEWEB
:=
registry.
gsi
.upm.es/social/somedi-lateral/web
IMAGENAME
:=
registry.
gsi
.upm.es/social/somedi-lateral/gsicrawler
VERSIONFILE
:=
VERSION
include
.makefiles/base.mk
...
...
dashboard/k8s/somedi-deployment.yaml
deleted
100644 → 0
View file @
d7520011
---
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
somedi-web-unstable
data
:
ES_ENDPOINT_EXTERNAL
:
"
sefarad-elasticsearch.cluster.gsi.dit.upm.es"
FUSEKI_ENDPOINT_EXTERNAL
:
"
sefarad-fuseki.cluster.gsi.dit.upm.es"
---
apiVersion
:
extensions/v1beta1
kind
:
Deployment
metadata
:
name
:
somedi-web-unstable
spec
:
replicas
:
1
template
:
metadata
:
labels
:
role
:
somedi-web-unstable
app
:
somedi-web.unstable
spec
:
containers
:
-
name
:
somedi
image
:
registry.cluster.gsi.dit.upm.es/sefarad/dashboard-somedi/web:unstable1
imagePullPolicy
:
Always
resources
:
limits
:
memory
:
"
512Mi"
cpu
:
"
500m"
ports
:
-
name
:
web
containerPort
:
8080
envFrom
:
-
configMapRef
:
name
:
somedi-web-unstable
dashboard/k8s/somedi-ingress.yaml
deleted
100644 → 0
View file @
d7520011
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
somedi-web-unstable
annotations
:
ingress.kubernetes.io/rewrite-target
:
/
spec
:
rules
:
-
host
:
unstable.somedi.cluster.gsi.dit.upm.es
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
somedi-web-unstable
servicePort
:
8080
dashboard/k8s/somedi-svc.yaml
deleted
100644 → 0
View file @
d7520011
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
somedi-web-unstable
spec
:
type
:
ClusterIP
ports
:
-
port
:
8080
protocol
:
TCP
selector
:
role
:
somedi-web-unstable
docker-compose.yml
View file @
ea75151b
...
...
@@ -2,14 +2,14 @@ version: '2.1'
services
:
sefarad
:
build
:
./dashboard/
image
:
registry.
cluster.gsi.dit
.upm.es/social/somedi-lateral/web:${VERSION-latest}
image
:
registry.
gsi
.upm.es/social/somedi-lateral/web:${VERSION-latest}
ports
:
-
"
8080:8080"
environment
:
-
ES_ENDPOINT_EXTERNAL=${ES_ENDPOINT_EXTERNAL-localhost:9200}
-
FUSEKI_ENDPOINT_EXTERNAL=${FUSEKI_ENDPOINT_EXTERNAL}
orchestrator
:
image
:
registry.
cluster.gsi.dit
.upm.es/social/somedi-lateral/orchestrator:${VERSION-latest}
image
:
registry.
gsi
.upm.es/social/somedi-lateral/orchestrator:${VERSION-latest}
build
:
./orchestrator
volumes
:
-
"
./orchestrator/tasks.py:/soneti/tasks.py"
...
...
k8s/somedi-deployment.yaml
View file @
ea75151b
...
...
@@ -28,7 +28,7 @@ spec:
spec
:
containers
:
-
name
:
gsicrawler
image
:
registry.
cluster.gsi.dit
.upm.es/social/somedi-lateral/orchestrator:${VERSION}
image
:
registry.
gsi
.upm.es/social/somedi-lateral/orchestrator:${VERSION}
imagePullPolicy
:
Always
resources
:
limits
:
...
...
@@ -63,7 +63,7 @@ spec:
spec
:
containers
:
-
name
:
${NAME}
image
:
registry.
cluster.gsi.dit
.upm.es/social/somedi-lateral/web:${VERSION}
image
:
registry.
gsi
.upm.es/social/somedi-lateral/web:${VERSION}
imagePullPolicy
:
Always
resources
:
limits
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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