Commit 4d386141 authored by englab's avatar englab
Browse files

added copies of filebeat & redis charts + reduced dependencies on network at runtime

parent 37f7cb46
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
#AdvantEDGE
version: 1.1.0
version: 1.1.1
repo:
  name: AdvantEDGE
  core:
@@ -91,17 +91,13 @@ repo:
      kibana:
        chart: charts/kibana
      filebeat:
        chart: stable/filebeat
        version: "1.0.2"
        values: charts/filebeat/values.yaml
        chart: charts/filebeat
      metricbeat:
        chart: charts/metricbeat
    couchdb:
      chart: charts/couchdb
    redis:
      chart: stable/redis
      version: "4.0.1"
      values: charts/redis/values.yaml
      chart: charts/redis
    k8s:
      kube-state-metrics:
        chart: charts/kube-state-metrics
+7 −0
Original line number Diff line number Diff line
@@ -99,3 +99,10 @@ priorityClassName: ""

meepOrigin: core

affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
      - matchExpressions:
        - key: node-role.kubernetes.io/master
          operator: Exists
 No newline at end of file
+6 −1
Original line number Diff line number Diff line
@@ -42,7 +42,12 @@ client:
#    example: client-svc-foo
  heapSize: "512m"
  antiAffinity: "soft"
  nodeAffinity: {}
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
        - matchExpressions:
          - key: node-role.kubernetes.io/master
            operator: Exists
  nodeSelector: {}
  tolerations: []
  resources:
+21 −0
Original line number Diff line number Diff line
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
+14 −0
Original line number Diff line number Diff line
apiVersion: v1
appVersion: 6.4.1
description: A Helm chart to collect Kubernetes logs with filebeat
home: https://www.elastic.co/products/beats/filebeat
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
maintainers:
- email: pete.brown@powerhrg.com
  name: rendhalver
- email: shane.starcher@gmail.com
  name: sstarcher
name: filebeat
sources:
- https://www.elastic.co/guide/en/beats/filebeat/current/index.html
version: 1.0.2
Loading