mirror of
https://github.com/outbackdingo/vaultwarden.git
synced 2026-01-27 02:20:43 +00:00
20 lines
541 B
YAML
20 lines
541 B
YAML
|
|
domain: "https://vaultwarden.contoso.com"
|
|
|
|
ingress:
|
|
enabled: true
|
|
hostname: vaultwarden.contoso.com
|
|
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"
|
|
|
|
adminToken:
|
|
value: "khit9gYQV6ax9LKTTm+s6QbZi5oiuR+3s1PEn9q3IRmCl9IQn7LmBpmFCOYTb7Mr"
|
|
|
|
image:
|
|
pullSecrets:
|
|
- name: myRegKey
|