update kms service

This commit is contained in:
viktorbarzin 2021-06-01 19:31:44 +01:00
parent 973001aa54
commit d3968489dc
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ resource "kubernetes_deployment" "kms-web-page" {
}
}
spec {
replicas = 3
replicas = 1
selector {
match_labels = {
"app" = "kms-web-page"
@ -184,7 +184,7 @@ resource "kubernetes_service" "windows_kms" {
name = "windows-kms"
namespace = "kms"
labels = {
"app" = "windows-kms"
app = "kms-service"
}
annotations = {
"metallb.universe.tf/allow-shared-ip" = "shared"
@ -195,7 +195,7 @@ resource "kubernetes_service" "windows_kms" {
type = "LoadBalancer"
external_traffic_policy = "Cluster"
selector = {
"app" = "windows-kms"
app = "kms-service"
}
port {
port = "1688"

Binary file not shown.

Binary file not shown.