Skip to content

Commit

Permalink
🔧 (portfolio): Change default port to 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 1, 2023
1 parent 7d2ee4d commit 6d1ecfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/portfolio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: My personal portfolio website
home: https://github.com/gabe565/charts/tree/main/charts/portfolio
icon: https://raw.githubusercontent.com/gabe565/portfolio/0f0e80ce2f29e9382a64e7fc6fe2ed1a9993971b/public/android-chrome-512x512.png
type: application
version: 0.1.13
version: 0.2.0
appVersion: latest
kubeVersion: ">=1.16.0-0"
dependencies:
Expand All @@ -20,4 +20,4 @@ sources:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump postgresql subchart to v11.9.1
description: Change default port to 8000
2 changes: 1 addition & 1 deletion charts/portfolio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# portfolio

![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

My personal portfolio website

Expand Down
2 changes: 1 addition & 1 deletion charts/portfolio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ service:
main:
ports:
http:
port: 80
port: 8000

ingress:
# -- Enable and configure ingress settings for the chart under this key.
Expand Down

0 comments on commit 6d1ecfb

Please sign in to comment.