-
Notifications
You must be signed in to change notification settings - Fork 3
/
questions-ui.yml
31 lines (31 loc) · 979 Bytes
/
questions-ui.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
questions:
- default: false
description: This policy allows you to restrict ingress resources.
tooltip: >-
Whether the spec for ingress resources has to include a TLS attribute that
includes all hosts defined in the .spec.rules attribute of the ingress
resource.
group: Settings
label: Require TLS
required: false
type: boolean
variable: requireTLS
- default: []
description: >-
A list of allowed ports inside `.spec.rules.paths.backend.service.port`. If
this array contains at least one port, any other port will be rejected.
group: Settings
label: Allow ports
required: false
type: array[
variable: allowPorts
- default: []
description: >-
A list of denied ports inside `.spec.rules.paths.backend.service.port`. If
any port matches a port on this array, the ingress resource will be
rejected, otherwise it will be accepted.
group: Settings
label: Deny ports
required: false
type: array[
variable: denyPorts