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
cubicweb
cubes
intranet
Commits
c809d6d0adc1
Commit
4b7202d5
authored
Jul 28, 2021
by
Simon Chabot
Browse files
refactor(deploy): use heptapod registry docker images
parent
8d9be7449aad
Pipeline
#72124
failed with stages
in 8 minutes and 52 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
deploy/deployment.yaml
View file @
c809d6d0
...
...
@@ -48,6 +48,7 @@ spec:
spec
:
imagePullSecrets
:
-
name
:
regcred-crm
-
name
:
regcred-dockerfiles
volumes
:
-
name
:
static
emptyDir
:
{}
...
...
@@ -59,7 +60,7 @@ spec:
claimName
:
backup
initContainers
:
-
name
:
upgrade
image
:
r
.in
tr
a
.logilab.fr/
intranet
/intranet
image
:
r
egis
tr
y
.logilab.fr/
cubicweb/cubes
/intranet
:latest
imagePullPolicy
:
Always
command
:
[
"
cubicweb-ctl"
,
"
upgrade"
,
"
--backup-db=y"
,
"
--force"
,
"
--verbosity=0"
,
"
intranet"
]
envFrom
:
...
...
@@ -74,7 +75,7 @@ spec:
mountPath
:
/etc/cubicweb.d/intranet/backup
containers
:
-
name
:
intranet
image
:
r
.in
tr
a
.logilab.fr/
intranet
/intranet
image
:
r
egis
tr
y
.logilab.fr/
cubicweb/cubes
/intranet
:latest
imagePullPolicy
:
Always
envFrom
:
-
secretRef
:
...
...
@@ -98,7 +99,7 @@ spec:
ports
:
-
containerPort
:
9117
-
name
:
nginx
image
:
r
.in
tr
a
.logilab.fr/l
ibrary
/nginx
image
:
r
egis
tr
y
.logilab.fr/l
ogilab/infra/dockerfiles
/nginx
imagePullPolicy
:
Always
volumeMounts
:
-
name
:
config
...
...
@@ -131,7 +132,7 @@ spec:
-
name
:
regcred-crm
containers
:
-
name
:
intranet
image
:
r
.in
tr
a
.logilab.fr/
intranet
/intranet
image
:
r
egis
tr
y
.logilab.fr/
cubicweb/cubes
/intranet
:latest
imagePullPolicy
:
Always
envFrom
:
-
secretRef
:
...
...
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