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 f75db98 commit 9111aa5Copy full SHA for 9111aa5
charts/graylog/values.yaml
@@ -203,7 +203,11 @@ graylog:
203
port: 9000
204
## Add additional ports for the service/statefulset to expose
205
##
206
- ports: []
+ ports:
207
+ - name: gelf
208
+ port: 12201
209
+ targetPort: 12201
210
+ protocol: TCP
211
212
headless:
213
## Add suffix to headless service name
@@ -413,6 +417,11 @@ graylog:
413
417
414
418
rootUsername: "admin"
415
419
420
+ ## Graylog root password
421
+ ## Defaults to a random 16-character alphanumeric string if not set
422
+ ##
423
+ # rootPassword: ""
424
+
416
425
## Graylog root email
426
427
rootEmail: ""
0 commit comments