generated from ContainerCraft/devcontainer
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated OpenUnison, dashboard, kubevirt manager, and prometheus (#81)
* add port 443 to the loca talos cluster * fix the way port is exposed * for #78 ingress-nginx deploys. if its in code spaces, it deploys on 10443. * for #78 update kube dashboard for version 7.x keeping dashboard capability separated from openunison so that ic an be used without it. * Added gum for input, collecting github info, deploying openunison. need get service names and localhost ingresss working. * for #78 adding port forwarders for openunison, dashboard, api server * for #79 added better automation for the openunison config. also fixed the dashboard integration * for #79 add localhost ingress chart * for #79 moved helm chart, removed dashboard release name from the certificate secret * for #79 added OpenUnison docs for GitHub * began configuring kubevirt ui * for #80 deploy kubevrit * for #79 intial implementation working. need to do some refactoring and docs * for #78 #79 refactored to line up with the refactor * for #79 moved result group into the helm chart
- Loading branch information
Showing
17 changed files
with
651 additions
and
129 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,10 @@ | |
2222, | ||
6000, | ||
7681, | ||
8080 | ||
8080, | ||
10443, | ||
11443, | ||
12443 | ||
], | ||
"customizations": { | ||
"vscode": { | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
Oops, something went wrong.