Skip to content

Commit

Permalink
add explicit activemq
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Mar 4, 2024
1 parent 9ab807e commit d54fea5
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions tools/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ redis = {}
# Uncomment this to have minio S3 enabled instead of hostpath shared_storage
#minio_s3_fs = {} # Shared storage

# Queue
# Uncomment either the `activemq` or the `rabbitmq` parameter
activemq = {}
#rabbitmq = {}

metrics_exporter = {
extra_conf = {
MongoDB__AllowInsecureTls = true
Expand Down Expand Up @@ -56,30 +61,6 @@ admin_gui = {
}
}

# Old GUI
admin_old_gui = {
api = {
limits = {
cpu = "1000m"
memory = "1024Mi"
}
requests = {
cpu = "50m"
memory = "50Mi"
}
}
old = {
limits = {
cpu = "1000m"
memory = "1024Mi"
}
requests = {
cpu = "50m"
memory = "50Mi"
}
}
}

# Parameters of the compute plane
compute_plane = {
# Default partition that uses the C# extension for the worker
Expand Down

0 comments on commit d54fea5

Please sign in to comment.