@@ -65,7 +65,7 @@ variableGroups:
65
65
- create_vault_policies_for_group
66
66
- user_admin_group_for_vault_policy
67
67
68
- - title : " Cluster Tools - Ingress"
68
+ - title : " Cluster Tools - Ingress Controller "
69
69
variables :
70
70
- ingress_nginx_enabled
71
71
- ingress_load_balancer_shape
@@ -75,20 +75,21 @@ variableGroups:
75
75
# and:
76
76
# - show_advanced
77
77
78
- - title : " Hidden: Cluster Tools - Ingress"
78
+ - title : " Cluster Tools - Ingress"
79
79
variables :
80
+ - ingress_hosts_include_nip_io
81
+ - nip_io_domain
80
82
- ingress_hosts
83
+ - cert_manager_enabled
81
84
- ingress_tls
82
85
- ingress_cluster_issuer
83
86
- ingress_email_issuer
84
- visible : false
85
87
86
88
- title : " Cluster Tools"
87
89
variables :
88
90
- metrics_server_enabled
89
91
- prometheus_enabled
90
92
- grafana_enabled
91
- - cert_manager_enabled
92
93
# visible:
93
94
# and:
94
95
# - show_advanced
@@ -537,7 +538,7 @@ variables:
537
538
- " 100Mbps"
538
539
- " 400Mbps"
539
540
- " 8000Mbps"
540
- title : " Select a shape for the load balancer created by the Ingress"
541
+ title : " Select a shape for the load balancer created by the Ingress Controller "
541
542
visible :
542
543
and :
543
544
- show_advanced
@@ -573,6 +574,24 @@ variables:
573
574
- ingress_load_balancer_shape
574
575
- " flexible"
575
576
577
+ ingress_hosts_include_nip_io :
578
+ type : boolean
579
+ title : " Optional dynamic DNS valid domain name?"
580
+ visible :
581
+ and :
582
+ - ingress_nginx_enabled
583
+
584
+ nip_io_domain :
585
+ type : enum
586
+ enum :
587
+ - " nip.io"
588
+ title : " Dynamic wildcard DNS service"
589
+ visible : false
590
+ # and:
591
+ # - show_advanced
592
+ # - ingress_nginx_enabled
593
+ # - ingress_hosts_include_nip_io
594
+
576
595
ingress_hosts :
577
596
type : string
578
597
title : " Optional valid domain name"
@@ -581,6 +600,13 @@ variables:
581
600
- show_advanced
582
601
- ingress_nginx_enabled
583
602
603
+ cert_manager_enabled :
604
+ type : boolean
605
+ title : " Certificate Management"
606
+ visible :
607
+ and :
608
+ - ingress_nginx_enabled
609
+
584
610
ingress_tls :
585
611
type : boolean
586
612
title : " Use TLS to enable HTTPS on the valid domain name"
@@ -629,10 +655,6 @@ variables:
629
655
type : boolean
630
656
title : " Grafana"
631
657
632
- cert_manager_enabled :
633
- type : boolean
634
- title : " Certificate Management"
635
-
636
658
tag_values :
637
659
type : oci:identity:tag:value
638
660
title : Tag Resources
0 commit comments