Skip to content

Commit

Permalink
updat env_explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Dec 5, 2023
1 parent ff6e6de commit 48e8e60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified example-2-redis/env_explorer.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion example-2-redis/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
- containerPort: 6379
name: redis
protocol: TCP
resources: {}
---
apiVersion: v1
kind: Service
Expand Down
2 changes: 1 addition & 1 deletion example-2-redis/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "env-explorer"
version = "0.1.0"

[variables]
config_value = { required = true }
config_value = { default = "spin_local" }

[[trigger.http]]
route = "/..."
Expand Down

0 comments on commit 48e8e60

Please sign in to comment.