docs: add tutorial links for EKS (#130)

This commit is contained in:
Lester Guerzon
2024-11-16 23:35:23 +08:00
committed by GitHub
parent 92a6d93b9b
commit f929908574
4 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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"