Skip to content

Commit

Permalink
Rollback demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jul 26, 2024
1 parent 6471504 commit 00467e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions score/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ containers:
memory: "64Mi"
cpu: "25m"
variables:
MESSAGE: "Hello, Redis!"
REDIS_CONNECTION: "${resources.redis.host}:${resources.redis.port},user=${resources.redis.username},password=${resources.redis.password}"
MESSAGE: "Hello, World!"
resources:
dns:
type: dns
Expand All @@ -23,8 +22,6 @@ resources:
host: ${resources.dns.host}
path: /
port: 8080
redis:
type: redis
service:
ports:
tcp:
Expand Down

0 comments on commit 00467e0

Please sign in to comment.