Skip to content

Commit

Permalink
Stop using deprecated deployment templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 31, 2024
1 parent 68be8a7 commit 77ab909
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/testing/ess/create_deployment_csp_configuration.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
gcp:
integrations_server_conf_id: "gcp.integrationsserver.n2.68x32x45.2"
elasticsearch_conf_id: "gcp.es.datahot.n2.68x10x45"
elasticsearch_deployment_template_id: "gcp-storage-optimized-v5"
elasticsearch_deployment_template_id: "gcp-storage-optimized"
kibana_instance_configuration_id: "gcp.kibana.n2.68x32x45"
azure:
integrations_server_conf_id: "azure.integrationsserver.fsv2.2"
elasticsearch_conf_id: "azure.es.datahot.edsv4"
elasticsearch_deployment_template_id: "azure-storage-optimized-v2"
elasticsearch_deployment_template_id: "azure-storage-optimized"
kibana_instance_configuration_id: "azure.kibana.fsv2"
aws:
integrations_server_conf_id: "aws.integrationsserver.c5d.2.1"
elasticsearch_conf_id: "aws.es.datahot.i3.1.1"
elasticsearch_deployment_template_id: "aws-storage-optimized-v5"
kibana_instance_configuration_id: "aws.kibana.c5d.1.1"
elasticsearch_deployment_template_id: "aws-storage-optimized"
kibana_instance_configuration_id: "aws.kibana.c5d.1.1"

0 comments on commit 77ab909

Please sign in to comment.