Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello-world-spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Josh Steinberg
hello-world-spring-boot
Commits
fba91163
Commit
fba91163
authored
Jun 17, 2022
by
Josh Steinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update container port
parent
36a296f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
deployment.yaml
helm/hello-world-spring-boot/templates/deployment.yaml
+1
-1
values.yaml
helm/hello-world-spring-boot/values.yaml
+1
-0
No files found.
helm/hello-world-spring-boot/templates/deployment.yaml
View file @
fba91163
...
...
@@ -35,7 +35,7 @@ spec:
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
ports
:
-
name
:
http
containerPort
:
80
containerPort
:
80
80
protocol
:
TCP
livenessProbe
:
httpGet
:
...
...
helm/hello-world-spring-boot/values.yaml
View file @
fba91163
...
...
@@ -41,6 +41,7 @@ securityContext:
service
:
type
:
LoadBalancer
port
:
80
targetPort
:
8080
ingress
:
enabled
:
false
...
...
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