diff --git a/deploy/k8s/platform/base/coredns.yaml b/deploy/k8s/platform/base/coredns.yaml index 05be7fb..5cf05ca 100644 --- a/deploy/k8s/platform/base/coredns.yaml +++ b/deploy/k8s/platform/base/coredns.yaml @@ -28,4 +28,4 @@ data: } import /etc/coredns/custom/*.server NodeHosts: | - 10.30.1.10 unrip-1 + 10.30.1.10 doran-1 diff --git a/infra/terraform/hetzner/variables.tf b/infra/terraform/hetzner/variables.tf index 9c0e6fd..7cc3edd 100644 --- a/infra/terraform/hetzner/variables.tf +++ b/infra/terraform/hetzner/variables.tf @@ -7,7 +7,7 @@ variable "hcloud_token" { variable "name" { description = "Server name" type = string - default = "unrip-1" + default = "doran-1" } variable "location" { diff --git a/scripts/hetzner/bootstrap.sh b/scripts/hetzner/bootstrap.sh index 6b7ee9c..02aa876 100755 --- a/scripts/hetzner/bootstrap.sh +++ b/scripts/hetzner/bootstrap.sh @@ -58,7 +58,7 @@ resolve_secret_var PORKBUN_SECRET_API_KEY optional : "${PROJECT_OVERLAY_DIR:=$OVERLAY_DIR}" : "${PROJECT_DIR:=$ROOT_DIR}" : "${PROJECT_REPO_PATH:=.}" -: "${BOOTSTRAP_NODE_NAME:=unrip-1}" +: "${BOOTSTRAP_NODE_NAME:=doran-1}" : "${SKIP_TERRAFORM_APPLY:=0}" : "${PROJECT_KUSTOMIZE_PATH:=}" : "${PROJECT_SECRET_NAME:=${PROJECT_NAME}-secrets}"