Skip to content

Commit

Permalink
was correct with port.port it seems.
Browse files Browse the repository at this point in the history
bump version on spa_demo Chart.yaml 0.7.2
  • Loading branch information
dniel committed Jan 16, 2021
1 parent 0b7f87b commit 53dba36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/spa-demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: spa-demo
description: Simple React + Typescript SPA application for demo of authorization and authentication using Forwardauth backend in a SPA client.

type: application
version: 0.7.1
version: 0.7.2
appVersion: master

dependencies:
Expand Down
3 changes: 2 additions & 1 deletion charts/spa-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ strategy:
env: {}

service:
port: 80
port:
port: 80

# traefik2 CRD IngressRoute
ingressroute:
Expand Down

0 comments on commit 53dba36

Please sign in to comment.