Skip to content

Commit

Permalink
docs: add tutorial links for EKS (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
guerzon authored Nov 16, 2024
1 parent 92a6d93 commit f929908
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: guerzon
email: [email protected]
url: https://github.com/guerzon
version: 0.29.3
version: 0.29.4
kubeVersion: ">=1.12.0-0"
5 changes: 4 additions & 1 deletion charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f929908

Please sign in to comment.