-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add endpoint for downloading archive of repository, add endpoint for deleting user, fork and create repo return remote URLs, fix user being required to change their password upon first login, change port to 9000
- Loading branch information
1 parent
9d21850
commit a013fed
Showing
15 changed files
with
269 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ securityContext: {} | |
|
||
service: | ||
type: ClusterIP | ||
port: 8000 | ||
port: 9000 | ||
|
||
ingress: | ||
enabled: false | ||
|
Oops, something went wrong.