summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_mux/defaults/main.yml
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-02 09:19:16 -0500
committerGitHub <noreply@github.com>2017-06-02 09:19:16 -0500
commitcf50f4ee8c92453f6217d6a8488a993a681300b4 (patch)
treefbd5ba74b68d0258b3eee35adc740aceb306c5c5 /roles/openshift_logging_mux/defaults/main.yml
parent75bec5d3dd7cf81ea4f9fd72e593d61747f1608a (diff)
parentecb9b40a0c5d5f9353722b0373b559284cae7798 (diff)
downloadopenshift-cf50f4ee8c92453f6217d6a8488a993a681300b4.tar.gz
openshift-cf50f4ee8c92453f6217d6a8488a993a681300b4.tar.bz2
openshift-cf50f4ee8c92453f6217d6a8488a993a681300b4.tar.xz
openshift-cf50f4ee8c92453f6217d6a8488a993a681300b4.zip
Merge pull request #4232 from richm/mux-namespaces-docs
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_logging_mux/defaults/main.yml')
-rw-r--r--roles/openshift_logging_mux/defaults/main.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/roles/openshift_logging_mux/defaults/main.yml b/roles/openshift_logging_mux/defaults/main.yml
index 8aaa28706..10fa4372c 100644
--- a/roles/openshift_logging_mux/defaults/main.yml
+++ b/roles/openshift_logging_mux/defaults/main.yml
@@ -9,8 +9,8 @@ openshift_logging_mux_namespace: logging
### Common settings
openshift_logging_mux_nodeselector: "{{ openshift_hosted_logging_mux_nodeselector_label | default('') | map_from_pairs }}"
-openshift_logging_mux_cpu_limit: 100m
-openshift_logging_mux_memory_limit: 512Mi
+openshift_logging_mux_cpu_limit: 500m
+openshift_logging_mux_memory_limit: 1Gi
openshift_logging_mux_replicas: 1
@@ -26,9 +26,14 @@ openshift_logging_mux_use_journal: "{{ openshift_hosted_logging_use_journal | de
openshift_logging_mux_journal_source: "{{ openshift_hosted_logging_journal_source | default('') }}"
openshift_logging_mux_journal_read_from_head: "{{ openshift_hosted_logging_journal_read_from_head | default('') }}"
-openshift_logging_mux_allow_external: false
+openshift_logging_mux_allow_external: False
openshift_logging_mux_hostname: "{{ 'mux.' ~ (openshift_master_default_subdomain | default('router.default.svc.cluster.local', true)) }}"
openshift_logging_mux_port: 24284
+# the namespace to use for undefined projects should come first, followed by any
+# additional namespaces to create by default - users will typically not need to set this
+openshift_logging_mux_default_namespaces: ["mux-undefined"]
+# extra namespaces to create for mux clients - users will need to set this
+openshift_logging_mux_namespaces: []
openshift_logging_mux_app_client_cert: /etc/fluent/keys/cert
openshift_logging_mux_app_client_key: /etc/fluent/keys/key