Skip to content

Commit

Permalink
fix: set Gitea root url
Browse files Browse the repository at this point in the history
  • Loading branch information
khuedoan committed Jan 30, 2022
1 parent 734ba9c commit 983c8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions platform/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gitea:
config:
server:
LANDING_PAGE: explore
ROOT_URL: https://git.khuedoan.com
persistence:
storageClass: longhorn
postgresql:
Expand Down
3 changes: 1 addition & 2 deletions platform/renovate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ renovate:
config: |
{
"platform": "gitea",
"endpoint": "http://gitea-http.gitea:3000/api/v1",
"gitUrl": "endpoint",
"endpoint": "https://git.khuedoan.com/api/v1",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"token": "31a914fe134384e4044a7d3f7f965bea7a5be5b0",
"autodiscover": false,
Expand Down

0 comments on commit 983c8de

Please sign in to comment.