Skip to content

Commit

Permalink
rstuf-demo: use valkey and update rstuf charts dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Sep 19, 2024
1 parent a03ff2e commit 4d05fa6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/rstuf-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: rstuf-demo
description: RSTUF Demo deploying RSTUF services and infrastructure services. This deployment is not recommended for production.
version: 0.1.4
version: 0.2.0

dependencies:
- name: rstuf-api
version: "0.1.1"
version: "0.2.0"
repository: "https://repository-service-tuf.github.io/helm-charts"
- name: rstuf-worker
version: "0.1.3"
version: "0.2.0"
repository: "https://repository-service-tuf.github.io/helm-charts"
- name: postgresql
version: "15.5.28"
Expand Down
15 changes: 8 additions & 7 deletions charts/rstuf-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ rstuf-api:
repository: ghcr.io/repository-service-tuf/repository-service-tuf-api
tag: latest
backend:
brokerServer: "redis://rstuf-redis-master.rstuf.svc.cluster.local"
redisServer: "redis://rstuf-redis-master.rstuf.svc.cluster.local"
brokerServer: "redis://rstuf-valkey-master.rstuf.svc.cluster.local"
redisServer: "redis://rstuf-valkey-master.rstuf.svc.cluster.local"
ingress:
enabled: true
hosts:
Expand All @@ -20,8 +20,8 @@ rstuf-worker:
tag: latest
backend:
dbServer: "postgresql://postgres:[email protected]/rstuf"
brokerServer: "redis://rstuf-redis-master.rstuf.svc.cluster.local"
redisServer: "redis://rstuf-redis-master.rstuf.svc.cluster.local"
brokerServer: "redis://rstuf-valkey-master.rstuf.svc.cluster.local"
redisServer: "redis://rstuf-valkey-master.rstuf.svc.cluster.local"
storage:
type: "AWSS3"
s3Bucket: "tuf-metadata"
Expand All @@ -30,7 +30,7 @@ rstuf-worker:
s3Region: "us-east-1"
s3Endpoint: "http://rstuf-localstack.rstuf.svc.cluster.local:4566"

redis:
valkey:
enabled: true
architecture: standalone
auth:
Expand All @@ -42,6 +42,9 @@ redis:
service:
port: 6379

redis:
enabled: false

postgresql:
enabled: true
auth:
Expand Down Expand Up @@ -79,8 +82,6 @@ localstack:
rabbitmq:
enabled: false
valkey:
enabled: false

mysql:
enabled: false

0 comments on commit 4d05fa6

Please sign in to comment.