Selaa lähdekoodia

update forms with advanced nginx settings and c6i instances

Alexander Belanger 4 vuotta sitten
vanhempi
sitoutus
e970764bb0
1 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  1. 15 0
      api/server/handlers/infra/forms.go

+ 15 - 0
api/server/handlers/infra/forms.go

@@ -375,6 +375,8 @@ tabs:
           value: t3.xlarge
           value: t3.xlarge
         - label: t3.2xlarge
         - label: t3.2xlarge
           value: t3.2xlarge
           value: t3.2xlarge
+        - label: c6i.2xlarge
+          value: c6i.2xlarge
     - type: string-input
     - type: string-input
       label: 👤 Issuer Email
       label: 👤 Issuer Email
       required: true
       required: true
@@ -451,6 +453,8 @@ tabs:
           value: t3.xlarge
           value: t3.xlarge
         - label: t3.2xlarge
         - label: t3.2xlarge
           value: t3.2xlarge
           value: t3.2xlarge
+        - label: c6i.2xlarge
+          value: c6i.2xlarge
     - type: number-input
     - type: number-input
       label: Minimum number of EC2 instances to create in the application autoscaling group.
       label: Minimum number of EC2 instances to create in the application autoscaling group.
       variable: additional_nodegroup_min_instances
       variable: additional_nodegroup_min_instances
@@ -492,6 +496,8 @@ tabs:
           value: t3.xlarge
           value: t3.xlarge
         - label: t3.2xlarge
         - label: t3.2xlarge
           value: t3.2xlarge
           value: t3.2xlarge
+        - label: c6i.2xlarge
+          value: c6i.2xlarge
   - name: spot_instance_should_enable
   - name: spot_instance_should_enable
     contents:
     contents:
     - type: heading
     - type: heading
@@ -518,6 +524,15 @@ tabs:
       placeholder: "ex: 10.99"
       placeholder: "ex: 10.99"
       settings:
       settings:
         default: "10.99"
         default: "10.99"
+  - name: nginx_settings
+    contents:
+    - type: heading
+      label: NGINX Settings
+    - type: checkbox
+      variable: disable_nginx_load_balancer
+      label: Disable NGINX load balancer and expose NGINX only on a cluster IP address.
+      settings:
+        default: false
 `
 `
 
 
 const gcrForm = `name: GCR
 const gcrForm = `name: GCR