-
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.
* update to gemini api * hard code version img and update to gemini env * deployments docs
- Loading branch information
1 parent
2f69102
commit 88c43c0
Showing
3 changed files
with
28 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Deployments | ||
|
||
Concentrate all k8s configurations regarding the API deploy and resources | ||
|
||
## Vault | ||
|
||
The API secrets are stored and injected by Vault sidecar. | ||
|
||
You must install and configure the vault in your k8s cluster, you can do it following the commands or the ref links | ||
|
||
Commands: | ||
```shell | ||
kubectl create namespace type-coffee | ||
kubectl config set-context --current --namespace=type-coffee | ||
helm repo add hashicorp https://helm.releases.hashicorp.com | ||
helm install vault hashicorp/vault --set "server.dev.enabled=true" | ||
``` | ||
|
||
Ref: | ||
https://developer.hashicorp.com/vault/tutorials/kubernetes/kubernetes-sidecar?product_intent=vault#install-the-vault-helm-chart |
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