Skip to content

Commit

Permalink
Update publisher config in helm chart + remove unwanted helm config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seswarrajan authored Nov 17, 2022
1 parent 46a912c commit ce8fb16
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 1,189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ application:
name: knoxautopolicy
network:
operation-mode: 1 # 1: cronjob | 2: one-time-job
operation-trigger: 5
operation-trigger: 100
cron-job-time-interval: "0h0m10s" # format: XhYmZs
network-log-limit: 10000
network-log-from: "kubearmor" # db|hubble|feed-consumer|kubearmor
network-log-from: "hubble" # db|hubble|feed-consumer|kubearmor
network-policy-to: "db" # db, file
network-policy-dir: "./"
namespace-filter:
Expand Down Expand Up @@ -33,7 +33,12 @@ observability:
cron-job-time-interval: "0h0m10s" # format: XhYmZs
dbname: ./accuknox-obs.db
system-observability: true
network-observability: true
network-observability: false
write-logs-to-db: true

publisher:
enable: true
cron-job-time-interval: "0h1m00s" # format: XhYmZs

database:
driver: sqlite3
Expand Down
23 changes: 0 additions & 23 deletions deployments/helm/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions deployments/helm/Chart.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions deployments/helm/configmapfiles/conf.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions deployments/helm/templates/_helpers.tpl

This file was deleted.

38 changes: 0 additions & 38 deletions deployments/helm/templates/deployment.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions deployments/helm/templates/dev-config.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions deployments/helm/templates/hpa.yaml

This file was deleted.

93 changes: 0 additions & 93 deletions deployments/helm/templates/kafka-secret.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions deployments/helm/templates/secret.yaml

This file was deleted.

Loading

0 comments on commit ce8fb16

Please sign in to comment.