Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
cf7abeaa
Unverified
Commit
cf7abeaa
authored
Oct 05, 2022
by
yuta
Committed by
GitHub
Oct 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(helm): add loadBalancerIP param (#5704)
parent
17c11b3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
service.yaml
dev/helm/templates/service.yaml
+3
-0
values.yaml
dev/helm/values.yaml
+1
-0
No files found.
dev/helm/templates/service.yaml
View file @
cf7abeaa
...
...
@@ -11,6 +11,9 @@ metadata:
{{
- end
}}
spec
:
type
:
{{
.Values.service.type
}}
{{
- if eq .Values.service.type "LoadBalancer"
}}
loadBalancerIP
:
{{
default "" .Values.service.loadBalancerIP
}}
{{
- end
}}
ports
:
-
port
:
{{
default "80" .Values.service.port
}}
targetPort
:
http
...
...
dev/helm/values.yaml
View file @
cf7abeaa
...
...
@@ -61,6 +61,7 @@ service:
# type: LoadBalancer
# httpsPort: 443
# annotations: {}
# loadBalancerIP: 172.16.0.1
ingress
:
enabled
:
true
...
...
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