SoftwareAG / webmethods-helm-charts

This repository contains a collection of Helm charts for various webMethods components.
https://open-source.softwareag.com/webmethods-helm-charts/
Apache License 2.0
8 stars 14 forks source link

API Gateway: How to configure multiple Kibana instances? #37

Closed thesse1 closed 5 months ago

thesse1 commented 5 months ago

It seems the count is hard-coded to 1:

apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
  name: {{ include "common.names.fullname" . }}
spec:
  {{- if .Values.kibana.image }}
  image: {{ .Values.kibana.image }}
  {{- end }}
  version: {{ .Values.kibana.version }}
  count: 1

Can we pull this from a value?

MarcFriedhoff commented 5 months ago

Hi @thesse1, feel free to create a PR for this :-)

MarcFriedhoff commented 5 months ago

This has been fixed with PR #39