Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
trivalent
dashboard-trivalent
Commits
6f191bab
Commit
6f191bab
authored
Nov 21, 2019
by
J. Fernando Sánchez
Browse files
Fix registry URL
parent
28176344
Pipeline
#1775
passed with stages
in 13 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
6f191bab
NAME
:=
dashboard-trivalent
IMAGENAME
:=
registry.
cluster.gsi.dit
.upm.es/trivalent/dashboard-trivalent
IMAGENAME
:=
registry.
gsi
.upm.es/trivalent/dashboard-trivalent
include
.makefiles/base.mk
include
.makefiles/k8s.mk
docker-compose.yml
View file @
6f191bab
...
...
@@ -3,7 +3,7 @@ version: '3'
services
:
sefarad
:
build
:
.
image
:
registry.
cluster.gsi.dit
.upm.es/trivalent/dashboard-trivalent
image
:
registry.
gsi
.upm.es/trivalent/dashboard-trivalent
ports
:
-
8080:8080
volumes
:
...
...
k8s/sefarad-deployment.yaml
View file @
6f191bab
...
...
@@ -21,7 +21,7 @@ spec:
spec
:
containers
:
-
name
:
${NAME}
image
:
registry.
cluster.gsi.dit
.upm.es/trivalent/dashboard-trivalent:${VERSION}
image
:
registry.
gsi
.upm.es/trivalent/dashboard-trivalent:${VERSION}
imagePullPolicy
:
Always
resources
:
limits
:
...
...
Write
Preview
Supports
Markdown
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