add domain env vari to enable webauth [ci skip]

This commit is contained in:
Viktor Barzin 2023-10-30 08:59:21 +00:00
parent cf9a496c7c
commit ab059e95b4
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,10 @@ resource "kubernetes_deployment" "vaultwarden" {
container {
image = "vaultwarden/server:latest"
name = "vaultwarden"
env {
name = "DOMAIN"
value = "https://vaultwarden.viktorbarzin.me"
}
port {
container_port = 80

Binary file not shown.