mirror of
https://github.com/outbackdingo/vaultwarden.git
synced 2026-01-27 10:20:51 +00:00
docs: add tutorial links for EKS (#130)
This commit is contained in:
@@ -43,7 +43,7 @@ See [LICENSE](./LICENSE).
|
||||
|
||||
## Author
|
||||
|
||||
This Helm chart was created and maintained by [Lester Guerzon](https://blog.pidnull.io).
|
||||
This Helm chart was created and maintained by [Lester Guerzon](https://medium.com/@sreafterhours).
|
||||
|
||||
### Credits
|
||||
|
||||
|
||||
@@ -13,5 +13,5 @@ maintainers:
|
||||
- name: guerzon
|
||||
email: guerzon@proton.me
|
||||
url: https://github.com/guerzon
|
||||
version: 0.29.3
|
||||
version: 0.29.4
|
||||
kubeVersion: ">=1.12.0-0"
|
||||
|
||||
@@ -146,11 +146,14 @@ ingress:
|
||||
hostname: vaultwarden.contoso.com
|
||||
additionalAnnotations:
|
||||
alb.ingress.kubernetes.io/scheme: internet-facing
|
||||
alb.ingress.kubernetes.io/target-type: ip
|
||||
alb.ingress.kubernetes.io/tags: Environment=dev,Team=test
|
||||
alb.ingress.kubernetes.io/certificate-arn: "arn:aws:acm:eu-central-1:ACCOUNT:certificate/LONGID"
|
||||
```
|
||||
|
||||
Detailed configuration options can be found in the [Exposure Parameters](#exposure-settings) section.
|
||||
Visit [this](https://medium.com/@sreafterhours/deploy-vaultwarden-to-amazon-eks-using-terraform-terragrunt-and-helm-69a0a7396625) article for a tutorial for deploying an EKS cluster and then installing this chart.
|
||||
|
||||
Detailed configuration options can be found in the [Exposure Settings](#exposure-settings) section.
|
||||
|
||||
## Security
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ ingress:
|
||||
class: "alb"
|
||||
additionalAnnotations:
|
||||
alb.ingress.kubernetes.io/scheme: internet-facing
|
||||
alb.ingress.kubernetes.io/target-type: ip
|
||||
alb.ingress.kubernetes.io/tags: Environment=dev,Team=test
|
||||
alb.ingress.kubernetes.io/certificate-arn: "arn:aws:acm:eu-central-1:ACCOUNT:certificate/LONGID"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user