Skip to content

Commit

Permalink
chore: update chart to pass cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspeen committed Jun 10, 2024
1 parent f35f395 commit db387d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/apikeyman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ keywords:
- security
sources:
- https://github.com/jaspeen/apikeyman
version: 0.1.8
version: 0.1.9
appVersion: "0.1.8"
4 changes: 4 additions & 0 deletions deploy/charts/apikeyman/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ spec:
- --log
- {{ .Values.apikeyman.config.logLevel }}
- server
- --cache-max-size
- {{ .Values.apikeyman.config.cacheMaxSize }}
- --cache-ttl
- {{ .Values.apikeyman.config.cacheTTL | quote }}
- --base-path
- {{ .Values.apikeyman.config.basePath | quote }}
- --addr
Expand Down
2 changes: 2 additions & 0 deletions deploy/charts/apikeyman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ apikeyman:
logLevel: "info"
port: 8080
dsn: "postgres://postgres:postgres@postgresql:5432/apikeyman?sslmode=disable"
cacheMaxSize: 0
cacheTTL: 5m

## -- Configure the probes for when the deployment is considered ready and ongoing health check
deployment:
Expand Down

0 comments on commit db387d5

Please sign in to comment.