We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adede53 commit ea2c857Copy full SHA for ea2c857
config/samples/config.yaml
@@ -8,6 +8,10 @@ controller_name: gateway.api7.io/api7-ingress-controller # The controller name
8
leader_election_id: "api7-ingress-controller-leader" # The leader election ID for the API7 Ingress Controller.
9
# The default value is "api7-ingress-controller-leader".
10
11
+ingress_class: api7 # The ingress class name of the API7 Ingress Controller.
12
+ingress_publish_service: "" # The service name of the ingress publish service.
13
+ingress_status_address: [] # The status address of the ingress.
14
+
15
gateway_configs: # The configuration of the API7 Gateway.
16
- name: api7 # The name of the Gateway in the Gateway API.
17
control_plane:
0 commit comments