helm-charts

Helm Charts of Intershop`s Service Offering

Ready to launch e.g Intershop PWA on a Kubernetes cluster using Helm.

TL;DR

Via command line:

$ helm repo add intershop https://intershop.github.io/helm-charts
$ helm repo update
$ helm install my-release intershop/<chart>

or via Flux configuration:

apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
  name: xxx-yyy
  namespace: xxx-yyy

spec:
  rollback:
    enable: true
    force: true
  wait: true
  timeout: 270
  releaseName: xxx-yyy
  chart:
    repository: https://intershop.github.io/helm-charts
    name: <chart>
    version: <chart-version>
  values:

In order to contribute, please have a look at our Contribution Guidelines

License

Copyright © 2022 Intershop Communications AG

MIT license.