iits-consulting / charts

Common helm charts we use
GNU General Public License v3.0
15 stars 7 forks source link

elastic-operator: add new chart #127

Open d-schl-iits opened 3 months ago

d-schl-iits commented 3 months ago

using the (new) propsed way to deploy eck-stack

d-schl-iits commented 3 months ago
elastalert2:
  elasticsearch:
    # needs to be in the same namespaces as elastic stack if used like this
    host: elastic-operator-es-http
    useSsl: "True"
    caCerts: "/certs/tls.crt"
    certsVolumes:
      - name: elasticsearch-certs
        secret:
          defaultMode: 420
          secretName: elastic-operator-es-http-certs-public
    certsVolumeMounts:
      - name: elasticsearch-certs
        mountPath: /certs
        readOnly: true
d-schl-iits commented 2 months ago

Wie ist das mit der Migration elastic-stack -> operator? Kann man einfach 1:1 die Volumes weiter benutzen, oder ist das effektiv ein backup&restore? Kannst du da bitte eine Readme für den nächsten mit rein packen.

Also theoretisch sollte es einfach weiterfunktionieren. Getestet habe ich aber nur den Backup -> Restore Pfad. Aber eine README für die Migration kann generell nicht schaden, weil sich die values.yaml ja durchaus geändert hat.