Skip to content

Commit

Permalink
Remove appconfig, add fqdn for Redis
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Duiker <[email protected]>
  • Loading branch information
marcduiker committed Jul 4, 2024
1 parent bcfd553 commit 165622c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions pub_sub/csharp/deploy/appconfig.yaml

This file was deleted.

1 change: 0 additions & 1 deletion pub_sub/csharp/deploy/checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ spec:
dapr.io/enabled: "true"
dapr.io/app-id: "checkout"
dapr.io/log-as-json: "true"
dapr.io/config: "appconfig"
dapr.io/log-level: "debug"
dapr.io/enable-api-logging: "true"
spec:
Expand Down
1 change: 0 additions & 1 deletion pub_sub/csharp/deploy/order-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ spec:
dapr.io/app-id: "order-processor"
dapr.io/app-port: "7006"
dapr.io/log-as-json: "true"
dapr.io/config: "appconfig"
dapr.io/log-level: "debug"
dapr.io/enable-api-logging: "true"
spec:
Expand Down
2 changes: 1 addition & 1 deletion pub_sub/csharp/deploy/pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
version: v1
metadata:
- name: redisHost
value: dapr-dev-redis-master:6379
value: dapr-dev-redis-master.default.svc.cluster.local:6379
- name: redisPassword
secretKeyRef:
name: dapr-dev-redis
Expand Down

0 comments on commit 165622c

Please sign in to comment.