Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NyxUI.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
NyxUI.jl
Commits
f222150c
Commit
f222150c
authored
5 months ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
nyx.pasteur.cloud to external
parent
2e174a44
No related branches found
No related tags found
1 merge request
!4
update dev
Pipeline
#148139
passed
5 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
nyxui/values.yaml
+1
-1
1 addition, 1 deletion
nyxui/values.yaml
values-yaml.gotmpl
+1
-1
1 addition, 1 deletion
values-yaml.gotmpl
with
7 additions
and
6 deletions
.gitlab-ci.yml
+
5
−
4
View file @
f222150c
...
@@ -83,17 +83,18 @@ build dev on gitlab.pasteur.fr:
...
@@ -83,17 +83,18 @@ build dev on gitlab.pasteur.fr:
deploy to pasteur.cloud
:
deploy to pasteur.cloud
:
extends
:
.deploy-with-helm
extends
:
.deploy-with-helm
variables
:
variables
:
IMAGE_URL
:
"
registry-gitlab.pasteur.fr/nyx/nyxui
.jl
/front"
IMAGE_URL
:
"
registry-gitlab.pasteur.fr/nyx/nyxui/front"
SERVICE_TARGET_PORT
:
"
8080"
SERVICE_TARGET_PORT
:
"
8080"
IMAGE_SECRETS
:
"
registry-gitlab"
IMAGE_SECRETS
:
"
registry-gitlab"
KUBE_NAMESPACE
:
"
nyx-prod"
KUBE_NAMESPACE
:
"
nyx-prod"
PUBLIC_URL
:
"
nyx.pasteur.cloud"
PUBLIC_URL
:
"
nyx.pasteur.cloud"
INGRESS_CLASS
:
"
in
ternal"
INGRESS_CLASS
:
"
ex
ternal"
INGRESS_URL
:
"
nyx.pasteur.cloud"
INGRESS_URL
:
"
nyx.pasteur.cloud"
SERVICE_PORT
:
"
80"
SERVICE_PORT
:
"
80"
LIMITS_CPU
:
"
2"
LIMITS_CPU
:
"
2"
LIMITS_MEMORY
:
"
4Gi"
LIMITS_MEMORY
:
"
4Gi"
LIMITS_STORAGE
:
"
1Gi"
LIMITS_STORAGE
:
"
1Gi"
IMAGE_POLICY
:
"
Always"
environment
:
environment
:
name
:
k8sprod-02/nyx-prod
name
:
k8sprod-02/nyx-prod
url
:
https://nyx.pasteur.cloud
url
:
https://nyx.pasteur.cloud
...
@@ -104,7 +105,7 @@ deploy to pasteur.cloud:
...
@@ -104,7 +105,7 @@ deploy to pasteur.cloud:
deploy to dev.pasteur.cloud
:
deploy to dev.pasteur.cloud
:
extends
:
.deploy-with-helm
extends
:
.deploy-with-helm
variables
:
variables
:
IMAGE_URL
:
"
registry-gitlab.pasteur.fr/nyx/nyxui
.jl
/front"
IMAGE_URL
:
"
registry-gitlab.pasteur.fr/nyx/nyxui/front"
SERVICE_TARGET_PORT
:
"
8080"
SERVICE_TARGET_PORT
:
"
8080"
IMAGE_SECRETS
:
"
registry-gitlab"
IMAGE_SECRETS
:
"
registry-gitlab"
KUBE_NAMESPACE
:
"
nyx-dev"
KUBE_NAMESPACE
:
"
nyx-dev"
...
@@ -115,10 +116,10 @@ deploy to dev.pasteur.cloud:
...
@@ -115,10 +116,10 @@ deploy to dev.pasteur.cloud:
LIMITS_CPU
:
"
2"
LIMITS_CPU
:
"
2"
LIMITS_MEMORY
:
"
4Gi"
LIMITS_MEMORY
:
"
4Gi"
LIMITS_STORAGE
:
"
1Gi"
LIMITS_STORAGE
:
"
1Gi"
IMAGE_POLICY
:
"
Always"
environment
:
environment
:
name
:
k8sdev-01/nyx-dev
name
:
k8sdev-01/nyx-dev
url
:
https://nyx.dev.pasteur.cloud
url
:
https://nyx.dev.pasteur.cloud
rules
:
rules
:
-
if
:
$CI_COMMIT_BRANCH == "dev"
-
if
:
$CI_COMMIT_BRANCH == "dev"
when
:
manual
when
:
manual
This diff is collapsed.
Click to expand it.
nyxui/values.yaml
+
1
−
1
View file @
f222150c
...
@@ -7,7 +7,7 @@ replicaCount: 1
...
@@ -7,7 +7,7 @@ replicaCount: 1
front
:
front
:
image
:
image
:
repository
:
registry-gitlab.pasteur.fr/nyx/nyxui.jl/front
repository
:
registry-gitlab.pasteur.fr/nyx/nyxui.jl/front
pullPolicy
:
IfNotPresent
pullPolicy
:
Always
# Overrides the image tag whose default is the chart appVersion.
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
"
tag
:
"
"
service
:
service
:
...
...
This diff is collapsed.
Click to expand it.
values-yaml.gotmpl
+
1
−
1
View file @
f222150c
...
@@ -7,7 +7,7 @@ replicaCount: 1
...
@@ -7,7 +7,7 @@ replicaCount: 1
front:
front:
image:
image:
repository: {{ requiredEnv "IMAGE_URL" }}
repository: {{ requiredEnv "IMAGE_URL" }}
pullPolicy:
IfNotPresent
pullPolicy:
{{ requiredEnv "IMAGE_POLICY" }}
# Overrides the image tag whose default is the chart appVersion.
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: ""
service:
service:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment