Skip to content

Commit

Permalink
Merge pull request #154 from kubebb/bjwswang
Browse files Browse the repository at this point in the history
chore: enable ingress in hello-world by default
  • Loading branch information
bjwswang authored Nov 9, 2023
2 parents eb57503 + 6b18f17 commit 6357e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hello-world/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: hello-world
version: 0.1.0
version: 0.1.1
appVersion: 0.1.0
icon: https://avatars.githubusercontent.com/u/85277200?s=200&v=4
description: demo portal init by @yunti/lowcode-code-generator with umijs template
Expand Down
2 changes: 1 addition & 1 deletion charts/hello-world/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ resources:
# ingress configurations for component
ingress:
# set enable to `true` to enable ingress
enable: false
enable: true
ingressClassName: portal-ingress
ingressDomain: 172.18.0.2.nip.io

0 comments on commit 6357e61

Please sign in to comment.