mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +00:00
Removed: Neuvector
This commit is contained in:
parent
461cf2e4de
commit
641281376e
2 changed files with 0 additions and 51 deletions
|
@ -1,8 +0,0 @@
|
|||
config:
|
||||
description: NeuVector Security
|
||||
|
||||
apps:
|
||||
- name: core
|
||||
repoURL: https://neuvector.github.io/neuvector-helm/
|
||||
chart: core
|
||||
targetRevision: 1.9.1
|
|
@ -1,43 +0,0 @@
|
|||
---
|
||||
registry: reg.dc
|
||||
tag: latest
|
||||
|
||||
enforcer:
|
||||
image:
|
||||
repository: neuvector/enforcer.preview
|
||||
|
||||
controller:
|
||||
image:
|
||||
repository: neuvector/controller.preview
|
||||
replicas: 1
|
||||
|
||||
manager:
|
||||
image:
|
||||
repository: neuvector/manager.preview
|
||||
|
||||
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.preview
|
||||
replicas: 1
|
||||
updater:
|
||||
image:
|
||||
repository: neuvector/updater.preview
|
||||
|
||||
k3s:
|
||||
enabled: true
|
Loading…
Reference in a new issue