Skip to content

Commit

Permalink
fix(authelia): configMap.server.port in values.local.yaml (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sturman authored Oct 3, 2021
1 parent 93e07e5 commit 5d4f6b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: authelia
version: 0.6.0
version: 0.6.1
kubeVersion: ">= 1.13.0-0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand Down
12 changes: 6 additions & 6 deletions charts/authelia/values.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,16 +396,16 @@ configMap:

existingConfigMap: ""

##
## Port sets the configured port for the daemon, service, and the probes.
## Default is 9091 and should not need to be changed.
##
port: 9091

##
## Server Configuration
##
server:
##
## Port sets the configured port for the daemon, service, and the probes.
## Default is 9091 and should not need to be changed.
##
port: 9091

## Buffers usually should be configured to be the same value.
## Explanation at https://www.authelia.com/docs/configuration/server.html
## Read buffer size adjusts the server's max incoming request size in bytes.
Expand Down

0 comments on commit 5d4f6b7

Please sign in to comment.