Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
lzianekhodja-aneo committed Jul 21, 2023
1 parent 56608db commit 8c67857
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions infrastructure/quick-deploy/localhost/all-in-one/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ compute_plane = {
# Default partition that uses the C# extension for the worker
default = {
# number of replicas for each deployment of compute plane
replicas = 0
replicas = 0
# ArmoniK polling agent
polling_agent = {
limits = {
Expand All @@ -100,7 +100,7 @@ compute_plane = {
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_worker_dll"
image = "dockerhubaneo/armonik_worker_dll"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand All @@ -117,7 +117,7 @@ compute_plane = {
cooldown_period = 300
min_replica_count = 0
max_replica_count = 5
behavior = {
behavior = {
restore_to_original_replica_count = true
stabilization_window_seconds = 300
type = "Percent"
Expand All @@ -135,7 +135,7 @@ compute_plane = {
# Partition for the stream worker
stream = {
# number of replicas for each deployment of compute plane
replicas = 0
replicas = 0
# ArmoniK polling agent
polling_agent = {
limits = {
Expand All @@ -150,7 +150,7 @@ compute_plane = {
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_stream_test_worker"
image = "dockerhubaneo/armonik_core_stream_test_worker"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand All @@ -167,7 +167,7 @@ compute_plane = {
cooldown_period = 300
min_replica_count = 0
max_replica_count = 5
behavior = {
behavior = {
restore_to_original_replica_count = true
stabilization_window_seconds = 300
type = "Percent"
Expand All @@ -185,7 +185,7 @@ compute_plane = {
# Partition for the htcmock worker
htcmock = {
# number of replicas for each deployment of compute plane
replicas = 0
replicas = 0
# ArmoniK polling agent
polling_agent = {
limits = {
Expand All @@ -200,7 +200,7 @@ compute_plane = {
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand All @@ -217,7 +217,7 @@ compute_plane = {
cooldown_period = 300
min_replica_count = 0
max_replica_count = 5
behavior = {
behavior = {
restore_to_original_replica_count = true
stabilization_window_seconds = 300
type = "Percent"
Expand All @@ -235,7 +235,7 @@ compute_plane = {
# Partition for the bench worker
bench = {
# number of replicas for each deployment of compute plane
replicas = 0
replicas = 0
# ArmoniK polling agent
polling_agent = {
limits = {
Expand All @@ -250,7 +250,7 @@ compute_plane = {
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_bench_test_worker"
image = "dockerhubaneo/armonik_core_bench_test_worker"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand All @@ -267,7 +267,7 @@ compute_plane = {
cooldown_period = 300
min_replica_count = 0
max_replica_count = 5
behavior = {
behavior = {
restore_to_original_replica_count = true
stabilization_window_seconds = 300
type = "Percent"
Expand Down

0 comments on commit 8c67857

Please sign in to comment.