-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init * typo * moving port to release file * fix * adding BuildBranch dyn var * typo * fix * cleaning code * rewording msg * fixing composes * fix * fixing CI
- Loading branch information
Showing
18 changed files
with
132 additions
and
101 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
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 |
---|---|---|
|
@@ -31,4 +31,4 @@ services: | |
- kubenet | ||
|
||
networks: | ||
kubenet: | ||
kubenet: |
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,7 @@ | ||
name: kubehound-dev | ||
services: | ||
kubegraph: | ||
build: ./kubegraph/ | ||
ports: | ||
- "127.0.0.1:8182:8182" | ||
- "127.0.0.1:8099:8099" |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
name: kubehound-dev | ||
services: | ||
grpc: | ||
build: | ||
|
@@ -10,4 +11,4 @@ services: | |
- kubenet | ||
|
||
networks: | ||
kubenet: | ||
kubenet: |
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,5 @@ | ||
name: kubehound-dev | ||
services: | ||
mongodb: | ||
ports: | ||
- "127.0.0.1:27017:27017" |
10 changes: 2 additions & 8 deletions
10
deployments/kubehound/docker-compose.ui.yaml → ...ents/kubehound/docker-compose.dev.ui.yaml
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 |
---|---|---|
@@ -1,13 +1,7 @@ | ||
name: kubehound-dev | ||
services: | ||
notebook: | ||
ui-jupyter: | ||
build: ./notebook/ | ||
restart: unless-stopped | ||
ports: | ||
- "127.0.0.1:8888:8888" | ||
networks: | ||
- kubenet | ||
volumes: | ||
- ./notebook/shared:/root/notebooks/shared | ||
|
||
networks: | ||
kubenet: |
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
name: kubehound-release | ||
services: | ||
mongodb: | ||
ports: | ||
- "127.0.0.1:27017:27017" | ||
|
||
kubegraph: | ||
image: ghcr.io/datadog/kubehound-ui:latest | ||
ports: | ||
- "127.0.0.1:8182:8182" | ||
- "127.0.0.1:8099:8099" |
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
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
Oops, something went wrong.