Skip to content

Commit

Permalink
SKal ta ibruk VALKEY istedenfor redis (#892)
Browse files Browse the repository at this point in the history
* SKal ta ibruk VALKEY istedenfor redis

* Siden vi bruker redisclient så må vi benytte redisverdiene fra miljøvariablene
  • Loading branch information
charliemidtlyng authored Feb 7, 2025
1 parent dbfc88c commit 1198e89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_n_deploy/naiserator/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ spec:
access: readwrite
- instance: lookup
access: read
valkey:
- instance: sessions
access: readwrite
- instance: lookup
access: read
5 changes: 5 additions & 0 deletions build_n_deploy/naiserator/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ spec:
access: readwrite
- instance: lookup
access: read
valkey:
- instance: sessions
access: readwrite
- instance: lookup
access: read

0 comments on commit 1198e89

Please sign in to comment.