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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
NyxUI.jl
Commits
aab1c31b
Commit
aab1c31b
authored
6 months ago
by
Ismenia Marson
Browse files
Options
Downloads
Patches
Plain Diff
modify ingress
parent
0cacd223
No related branches found
No related tags found
1 merge request
!3
deployment to prod
Pipeline
#148124
passed
6 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
nyxui/templates/ingress.yaml
+2
-2
2 additions, 2 deletions
nyxui/templates/ingress.yaml
nyxui/values.yaml
+0
-1
0 additions, 1 deletion
nyxui/values.yaml
values-yaml.gotmpl
+0
-1
0 additions, 1 deletion
values-yaml.gotmpl
with
2 additions
and
4 deletions
nyxui/templates/ingress.yaml
+
2
−
2
View file @
aab1c31b
...
@@ -49,11 +49,11 @@ spec:
...
@@ -49,11 +49,11 @@ spec:
backend
:
backend
:
{{
- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion
}}
{{
- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion
}}
service
:
service
:
name
:
{{
.Values.ingress.service
Name
}}
name
:
{{
$full
Name
}}
-front
port
:
port
:
number
:
{{
$svcPort
}}
number
:
{{
$svcPort
}}
{{
- else
}}
{{
- else
}}
serviceName
:
{{
$fullName
}}
serviceName
:
{{
$fullName
}}
-front
servicePort
:
{{
$svcPort
}}
servicePort
:
{{
$svcPort
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
nyxui/values.yaml
+
0
−
1
View file @
aab1c31b
...
@@ -51,7 +51,6 @@ ingress:
...
@@ -51,7 +51,6 @@ ingress:
enabled
:
true
enabled
:
true
className
:
internal
className
:
internal
name
:
nyxui
name
:
nyxui
serviceName
:
"
nyxui-front"
annotations
:
annotations
:
meta.helm.sh/release-name
:
nyxui
meta.helm.sh/release-name
:
nyxui
meta.helm.sh/release-namespace
:
nyxui-dev
meta.helm.sh/release-namespace
:
nyxui-dev
...
...
This diff is collapsed.
Click to expand it.
values-yaml.gotmpl
+
0
−
1
View file @
aab1c31b
...
@@ -50,7 +50,6 @@ service:
...
@@ -50,7 +50,6 @@ service:
ingress:
ingress:
enabled: true
enabled: true
name: nyxui
name: nyxui
serviceName: "nyxui-front"
className: {{ requiredEnv "INGRESS_CLASS" }}
className: {{ requiredEnv "INGRESS_CLASS" }}
annotations:
annotations:
meta.helm.sh/release-name: {{ requiredEnv "INGRESS_CLASS" }}
meta.helm.sh/release-name: {{ requiredEnv "INGRESS_CLASS" }}
...
...
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