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
Tags 0.1.7-bb.0
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/), ...@@ -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 ## [0.1.6-bb.0] - 2021-03-30
### Added ### Added
- `kibana.count` to chart values - `kibana.count` to chart values
...@@ -33,4 +37,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -33,4 +37,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added ### Added
- Adds the ability to create pod antiaffinity and node affinity. - 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. - Adds the ability to add labels, annotations, a list of gateways and hosts for the kibana virtualservice.
\ No newline at end of file
apiVersion: v2 apiVersion: v2
name: logging name: logging
version: 0.1.6-bb.0 version: 0.1.7-bb.0
appVersion: 7.9.2 appVersion: 7.9.2
...@@ -68,9 +68,9 @@ spec: ...@@ -68,9 +68,9 @@ spec:
podTemplate: podTemplate:
metadata: metadata:
annotations: annotations:
fluentbit.io/exclude-istio-proxy: "true"
prometheus.istio.io/merge-metrics: "false" prometheus.istio.io/merge-metrics: "false"
sidecar.istio.io/rewriteAppHTTPProbers: "true" sidecar.istio.io/rewriteAppHTTPProbers: "true"
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9300" traffic.sidecar.istio.io/excludeInboundPorts: "9300"
traffic.sidecar.istio.io/excludeOutboundPorts: "9300" traffic.sidecar.istio.io/excludeOutboundPorts: "9300"
spec: spec:
...@@ -164,9 +164,9 @@ spec: ...@@ -164,9 +164,9 @@ spec:
podTemplate: podTemplate:
metadata: metadata:
annotations: annotations:
fluentbit.io/exclude-istio-proxy: "true"
prometheus.istio.io/merge-metrics: "false" prometheus.istio.io/merge-metrics: "false"
sidecar.istio.io/rewriteAppHTTPProbers: "true" sidecar.istio.io/rewriteAppHTTPProbers: "true"
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9300" traffic.sidecar.istio.io/excludeInboundPorts: "9300"
traffic.sidecar.istio.io/excludeOutboundPorts: "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