-
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.
fix: improving k8s usecase support (#18)
* fix: improving k8s usecase support * chore: added logic for capturing env * chore: working logic * chore: fixed permission issue * chore: updated README * docs: added image * chore: fixed service script to handle no hostname * chore: updated Caddyfile * chore: updated script to handle namespaces * Apply suggestions from code review Co-authored-by: Adelina Simion <[email protected]> * docs: updated the README --------- Co-authored-by: Adelina Simion <[email protected]>
- Loading branch information
1 parent
896386a
commit 3570a1a
Showing
11 changed files
with
435 additions
and
23 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 |
---|---|---|
|
@@ -2,4 +2,5 @@ node_modules/ | |
static/ | ||
build/ | ||
*log | ||
.env | ||
.env | ||
deployment/ |
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 |
---|---|---|
|
@@ -108,4 +108,8 @@ build/ | |
|
||
*.DS_Store | ||
|
||
*log | ||
*log | ||
|
||
# Deployment Internal | ||
|
||
internal-k8s.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
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.