From ac29ec70a601bb941f0a619c8bf9812ce9fefc27 Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Mon, 11 Sep 2023 15:39:26 -0700 Subject: [PATCH] fix: set teleport replicas to 1 - teleport is broken with >1 replica right now --- apps/teleport.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/apps/teleport.py b/apps/teleport.py index c180f66..46e5718 100644 --- a/apps/teleport.py +++ b/apps/teleport.py @@ -6,18 +6,13 @@ "clusterName": "tele.ocf.io", "kubeClusterName": "dna.ocf.io", "enterprise": True, - # "acme": False, "highAvailability": { - # "replicaCount": 2, - # "podDisruptionBudget": { - # "enabled": True, - # "minAvailable": 1, - # }, + "replicaCount": 1, "certManager": { "enabled": True, "issuerName": "letsencrypt", "issuerKind": "ClusterIssuer", - } + }, }, "service": { "spec": {