فهرست منبع

Merge branch 'belanger/eks-form-updates' into dev

Alexander Belanger 3 سال پیش
والد
کامیت
147b1e6e84
1فایلهای تغییر یافته به همراه17 افزوده شده و 0 حذف شده
  1. 17 0
      api/server/handlers/infra/forms.go

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

@@ -599,6 +599,14 @@ tabs:
       variable: additional_private_subnets
       variable: additional_private_subnets
       settings:
       settings:
         default: false
         default: false
+  - name: subnet_multiplicity
+    show_if: additional_private_subnets
+    contents:
+    - type: number-input
+      label: "Multiplicity of the subnet within each AZ."
+      variable: additional_private_subnets_multiplicity
+      settings:
+        default: 3
   - name: nginx_settings
   - name: nginx_settings
     contents:
     contents:
     - type: heading
     - type: heading
@@ -608,6 +616,15 @@ tabs:
       label: Disable NGINX load balancer and expose NGINX only on a cluster IP address.
       label: Disable NGINX load balancer and expose NGINX only on a cluster IP address.
       settings:
       settings:
         default: false
         default: false
+  - name: prometheus_settings
+    contents:
+    - type: heading
+      label: Prometheus Settings
+    - type: checkbox
+      variable: additional_prometheus_node_group
+      label: Add an additional prometheus node group to ensure monitoring stability.
+      settings:
+        default: false
 `
 `
 
 
 const gcrForm = `name: GCR
 const gcrForm = `name: GCR