Skip to content

Commit

Permalink
Merge branch '158-fix-envs-in-charts-templates' into 'develop'
Browse files Browse the repository at this point in the history
fix listen port

Closes #158

See merge request ch/user-manager!211
  • Loading branch information
MargoTuleninova committed Oct 15, 2018
2 parents ec565a3 + cd36d18 commit a222027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/user-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
GIN_MODE: debug
DEBUG: true
TEXTLOG: true
PORT: ":8111"
PORT: "8111"
PG_LOGIN: "usermanager"
PG_DBNAME: "usermanager"
PG_NOSSL: true
Expand Down

0 comments on commit a222027

Please sign in to comment.