Skip to content

Commit

Permalink
fix: set teleport replicas to 1
Browse files Browse the repository at this point in the history
- teleport is broken with >1 replica right now
  • Loading branch information
oliver-ni committed Sep 11, 2023
1 parent 97a622c commit ac29ec7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions apps/teleport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ac29ec7

Please sign in to comment.