Skip to content

Commit

Permalink
Merge 323c67c into ac065c0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhosoi committed Sep 19, 2019
2 parents ac065c0 + 323c67c commit 837b261
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions roles/openshift_logging_kibana/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,19 @@ openshift_logging_kibana_proxy_cpu_request: 100m
openshift_logging_kibana_proxy_memory_limit: 256Mi

#The absolute path on the control node to the cert file to use
#for the public facing kibana certs
#for the public facing kibana and kibana-ops certs
openshift_logging_kibana_cert: ""
openshift_logging_kibana_ops_cert: ""

#The absolute path on the control node to the key file to use
#for the public facing kibana certs
#for the public facing kibana and kibana-ops certs
openshift_logging_kibana_key: ""
openshift_logging_kibana_ops_key: ""

#The absolute path on the control node to the CA file to use
#for the public facing kibana certs
#for the public facing kibana and kibana-ops certs
openshift_logging_kibana_ca: ""
openshift_logging_kibana_ops_ca: ""

# Value in OauthClient object definition that overwrites master-config
# 1 week = 168 hours = 604800 seconds
Expand Down

0 comments on commit 837b261

Please sign in to comment.