mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
add(neuvector)
This commit is contained in:
parent
539527feae
commit
822010f94f
2 changed files with 51 additions and 0 deletions
8
projects/neuvector/project.yml
Normal file
8
projects/neuvector/project.yml
Normal 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
|
43
projects/neuvector/values/core.yml
Normal file
43
projects/neuvector/values/core.yml
Normal 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
|
Loading…
Reference in a new issue