Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2024
1 parent 294be4a commit 9d3c9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,17 +357,17 @@ controller:

globalConfiguration:
## Creates the GlobalConfiguration custom resource. Requires controller.enableCustomResources.
create: true
create: true

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

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

0 comments on commit 9d3c9ca

Please sign in to comment.