Apply RBAC to efk and create fluentd.conf

Making fluentd.conf as configmap to change configuration.
Change elasticsearch rc to deployment.
Having installed previous elastaicsearch as rc, first should delete that.
This commit is contained in:
Seungkyu Ahn
2017-08-10 06:48:53 +00:00
parent 460b5824c3
commit b22bef5cfb
9 changed files with 412 additions and 42 deletions

View File

@@ -44,3 +44,7 @@ spec:
- containerPort: 5601
name: ui
protocol: TCP
{% if rbac_enabled %}
serviceAccountName: efk
{% endif %}