Commit 19f90559 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

added elasticsearch chart + fixed affinity for meep pods

removed publish command from meepctl
parent 91df9aaa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -68,9 +68,7 @@ repo:
      chart: charts/docker-registry
    elastic:
      es:
        chart: incubator/elasticsearch
        version: "1.9.1"
        values: charts/elasticsearch/elastic-values.yaml
        chart: charts/elasticsearch
        pv: charts/elasticsearch/meep-pv-es.yaml
      es-curator:
        chart: charts/elasticsearch-curator
+3 −6
Original line number Diff line number Diff line
@@ -104,13 +104,10 @@ spec:
      nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
      {{- if .Values.affinity }}
      affinity:
        nodeAffinity:
          requiredDuringSchedulingIgnoredDuringExecution:
            nodeSelectorTerms:
            - matchExpressions:
              - key: node-role.kubernetes.io/master
                operator: Exists
{{ toYaml .Values.affinity | indent 8 }}
      {{- end }}
      volumes:
        - name: config-storage
          emptyDir: {}
+8 −0
Original line number Diff line number Diff line
@@ -129,3 +129,11 @@ couchdbConfig:
  #   q: 8 # Create 8 shards for each database

meepOrigin: core

affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
      - matchExpressions:
        - key: node-role.kubernetes.io/master
          operator: Exists
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
.git
# OWNERS file for Kubernetes
OWNERS
 No newline at end of file
+21 −0
Original line number Diff line number Diff line
appVersion: 6.4.2
description: Flexible and powerful open source, distributed real-time search and analytics
  engine.
home: https://www.elastic.co/products/elasticsearch
icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg
maintainers:
- email: christian@jetstack.io
  name: simonswine
- email: michael.haselton@gmail.com
  name: icereval
- email: pete.brown@powerhrg.com
  name: rendhalver
name: elasticsearch
sources:
- https://www.elastic.co/products/elasticsearch
- https://github.com/jetstack/elasticsearch-pet
- https://github.com/giantswarm/kubernetes-elastic-stack
- https://github.com/GoogleCloudPlatform/elasticsearch-docker
- https://github.com/clockworksoul/helm-elasticsearch
- https://github.com/pires/kubernetes-elasticsearch-cluster
version: 1.9.1
Loading