add(neuvector)

This commit is contained in:
nold 2023-02-20 22:31:48 +01:00
parent 539527feae
commit 822010f94f
2 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,8 @@
config:
description: NeuVector Security
apps:
- name: core
repoURL: https://neuvector.github.io/neuvector-helm/
chart: core
targetRevision: 2.4.2

View file

@ -0,0 +1,43 @@
---
#registry: reg.dc
tag: latest
enforcer:
image:
repository: neuvector/enforcer
controller:
image:
repository: neuvector/controller
replicas: 1
manager:
image:
repository: neuvector/manager
env:
ssl: false
svc:
type: ClusterIP
ingress:
enabled: true
host: neuvector.dc
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: 'true'
tls: true
secretName: neuvector-tls
cve:
scanner:
image:
repository: neuvector/scanner
replicas: 1
updater:
image:
repository: neuvector/updater
k3s:
enabled: true