Skip to content

Commit

Permalink
Add vulndb-api read replica config params (#108)
Browse files Browse the repository at this point in the history
* Add vulndb-api read replica config params
* Remove k8s test version 1.15.12
* Increment chart version to 0.5.4
  • Loading branch information
manelmontilla authored Dec 28, 2022
1 parent dcfce20 commit c0a4dd9
Show file tree
Hide file tree
Showing 10 changed files with 371 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint-test:
strategy:
matrix:
k8s: ["1.15.12", "1.25.2"]
k8s: ["1.25.2"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions examples/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ vulndb:
vulndbapi:
conf:
logLevel: info
readReplicaHost: "vulnerabilitydb.read.postgres.host"
db:
<<: *db
host: vulnerabilitydb.postgres.host
Expand Down
2 changes: 2 additions & 0 deletions examples/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,5 @@ vulndbapi:
hosts:
- host: vulndbapi.vulcan.local
paths: [/]
conf:
readReplicaHost: "vulnerabilitydb.read.postgres.host"
Loading

0 comments on commit c0a4dd9

Please sign in to comment.