mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-22 01:30:37 +00:00
feat(terraform): updated configs for yc lab
This commit is contained in:
@@ -7,6 +7,11 @@ variable "domain" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cluster_domain" {
|
||||
type = string
|
||||
default = "k8s.nlb.infra.itqdev.xyz"
|
||||
}
|
||||
|
||||
variable "frontend_domain" {
|
||||
description = "Domain to serve frontend from (must equal domain or *.domain), default: domain"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user