diff --git a/templates/questions/service/serviceSelectorExtras.yaml b/templates/questions/service/serviceSelectorExtras.yaml index f01fbef7231..1f45b637878 100644 --- a/templates/questions/service/serviceSelectorExtras.yaml +++ b/templates/questions/service/serviceSelectorExtras.yaml @@ -5,52 +5,6 @@ show_if: [["type", "=", "LoadBalancer"]] type: string default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - hidden: true - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - hidden: true - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - hidden: true - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: The IP Families that should be used - schema: - type: list - default: [] - hidden: true - items: - - variable: ipFamily - label: IP Family - schema: - type: string - variable: ports label: "Service's Port(s) Configuration" schema: