-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from vertigobr/develop
0.7.1
- Loading branch information
Showing
19 changed files
with
378 additions
and
589 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# VKPR - Vertigo Kubernetes Production Runtime | ||
|
||
VKPR is inspired in the [BKPR project](https://github.com/bitnami/kube-prod-runtime) but it's handed over through Helm chart. | ||
|
||
## Description | ||
|
||
VKPR was developed to make Kubernetes easier to use. It is composed of third-party sets, organized to deliver a production-ready Kubernetes with minimal effort. | ||
|
||
## Installation | ||
|
||
The VKPR installation uses [helm](https://helm.sh/): | ||
|
||
```sh | ||
helm repo add vertigo https://vertigobr.github.io/vkpr | ||
helm repo update | ||
helm upgrade -i -f values.yaml -n vkpr vkpr vertigo/vkpr | ||
``` | ||
|
||
Take a look on [docs](https://vertigobr.github.io/vkpr/docs/) to check the installation for a more specific scenario. |
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 |
---|---|---|
|
@@ -28,6 +28,14 @@ keycloak: | |
vault: | ||
enabled: false | ||
|
||
loki-stack: | ||
enabled: true | ||
|
||
prometheus-operator: | ||
enabled: true | ||
prometheusOperator: | ||
createCustomResource: false | ||
|
||
# dados para o CRD do ACME | ||
acme: | ||
email: [email protected] | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.