Skip to content

crowdsec-web-ui

Version: 0.0.1 AppVersion: dev

crowdsec-web-ui helm package

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://zekker6.github.io/helm-charts common 0.5.2

TL;DR

helm repo add zekker6 https://zekker6.github.io/helm-charts/
helm repo update
helm install crowdsec-web-ui zekker6/crowdsec-web-ui

Installing the Chart

To install the chart with the release name crowdsec-web-ui

helm install crowdsec-web-ui zekker6/crowdsec-web-ui

Uninstalling the Chart

To uninstall the crowdsec-web-ui deployment

helm uninstall crowdsec-web-ui

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install crowdsec-web-ui \
  --set env.TZ="America/New York" \
    zekker6/crowdsec-web-ui

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install crowdsec-web-ui zekker6/crowdsec-web-ui -f values.yaml

Custom configuration

How to use with oauth2-proxy

Example values to configure crowdsec-web-ui with oauth2-proxy:

service:
  main:
    ports:
      http:
        port: 8081

additionalContainers:
  - name: oauth2-proxy
    image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
    imagePullPolicy: IfNotPresent
    envFrom:
      - secretRef:
          name: oauth2-proxy
    args:
      - --http-address=0.0.0.0:8081
      - --upstream=http://localhost:3000

N/A

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
controller.replicas int 1
controller.strategy string "Recreate"
env list See below See the following files for additional environment variables:
envFrom list []
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "ghcr.io/theduffman85/crowdsec-web-ui" image repository
image.tag string "dev" image tag Note: the application does not yet provide a versioned image https://github.com/TheDuffman85/crowdsec-web-ui/pkgs/container/crowdsec-web-ui TODO: update to a fixed version when available
ingress.main.enabled bool false
ingress.main.hosts[0].host string "example.local"
ingress.main.hosts[0].paths[0].path string "/"
ingress.main.hosts[0].paths[0].pathType string "Prefix"
ingress.main.tls list []
persistence.data object See values.yaml Configure persistence for data to use sqlite backend.
resources.limits.memory string "256Mi"
resources.requests.cpu string "10m"
resources.requests.memory string "20Mi"
service.main.ports.http.port int 3000

Older versions

A historical overview of changes can be found on ArtifactHUB

Support


Autogenerated from chart metadata using helm-docs v1.14.2