UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 870a1801 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '335-fluent-bit' into 'main'

Updating istio labels for elasticsearch

See merge request platform-one/big-bang/apps/core/elasticsearch-kibana!34
parents f0ea5148 d0ef04b0
No related branches found
No related tags found
1 merge request!34Updating istio labels for elasticsearch
Pipeline #213063 passed
......@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [0.1.7-bb.0] - 2021-04-07
### Added
- Updating isito labels for elasticsearch resource
## [0.1.6-bb.0] - 2021-03-30
### Added
- `kibana.count` to chart values
......@@ -33,4 +37,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Adds the ability to create pod antiaffinity and node affinity.
- Adds the ability to add labels, annotations, a list of gateways and hosts for the kibana virtualservice.
\ No newline at end of file
- Adds the ability to add labels, annotations, a list of gateways and hosts for the kibana virtualservice.
apiVersion: v2
name: logging
version: 0.1.6-bb.0
version: 0.1.7-bb.0
appVersion: 7.9.2
......@@ -68,9 +68,9 @@ spec:
podTemplate:
metadata:
annotations:
fluentbit.io/exclude-istio-proxy: "true"
prometheus.istio.io/merge-metrics: "false"
sidecar.istio.io/rewriteAppHTTPProbers: "true"
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9300"
traffic.sidecar.istio.io/excludeOutboundPorts: "9300"
spec:
......@@ -164,9 +164,9 @@ spec:
podTemplate:
metadata:
annotations:
fluentbit.io/exclude-istio-proxy: "true"
prometheus.istio.io/merge-metrics: "false"
sidecar.istio.io/rewriteAppHTTPProbers: "true"
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9300"
traffic.sidecar.istio.io/excludeOutboundPorts: "9300"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment