Skip to content

Commit

Permalink
Update example spec comment for GlobalConfiguration in helm values.ya…
Browse files Browse the repository at this point in the history
…ml (#4285)
  • Loading branch information
shaun-nx authored Aug 28, 2023
1 parent 05ba01b commit 75b6d44
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions deployments/helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,15 @@ controller:
create: false

## The spec of the GlobalConfiguration for defining the global configuration parameters of the Ingress Controller.
spec: {}
# listeners:
# - name: dns-udp
# port: 5353
# protocol: UDP
# - name: dns-tcp
# port: 5353
# protocol: TCP
spec: {} ## Ensure both curly brackets are removed when adding listeners in YAML format.
# listeners:
# - name: dns-udp
# port: 5353
# protocol: UDP
# - name: dns-tcp
# port: 5353
# protocol: TCP


## Enable custom NGINX configuration snippets in Ingress, VirtualServer, VirtualServerRoute and TransportServer resources.
enableSnippets: false
Expand Down

0 comments on commit 75b6d44

Please sign in to comment.