Skip to content

Commit

Permalink
🔧 Update container port
Browse files Browse the repository at this point in the history
Was changed sometime ago apparently, can't even figure when from git history.
  • Loading branch information
ThePooN committed Dec 24, 2024
1 parent 3d9e947 commit 5be0017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions osu/osu-beatmap-difficulty-lookup-cache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2023.905.0
version: 2024.1224.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2022.1017.0"
appVersion: "2024.1112.0"
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
tcpSocket:
Expand Down

0 comments on commit 5be0017

Please sign in to comment.