Skip to content

Commit 9111aa5

Browse files
author
Thiago Loureiro
committed
Add Graylog GELF port configuration and root password placeholder
1 parent f75db98 commit 9111aa5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

charts/graylog/values.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,11 @@ graylog:
203203
port: 9000
204204
## Add additional ports for the service/statefulset to expose
205205
##
206-
ports: []
206+
ports:
207+
- name: gelf
208+
port: 12201
209+
targetPort: 12201
210+
protocol: TCP
207211

208212
headless:
209213
## Add suffix to headless service name
@@ -413,6 +417,11 @@ graylog:
413417
##
414418
rootUsername: "admin"
415419

420+
## Graylog root password
421+
## Defaults to a random 16-character alphanumeric string if not set
422+
##
423+
# rootPassword: ""
424+
416425
## Graylog root email
417426
##
418427
rootEmail: ""

0 commit comments

Comments
 (0)