Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Jan 19, 2023
1 parent 84dcf9e commit 651e29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/k8s/simple/host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ apiVersion: spawn-eigr.io/v1
kind: ActorHost
metadata:
name: spawn-springboot-example # Mandatory. Name of the Node containing Actor Host Functions
system: test-1 # mandatory. Name of the ActorSystem declared in ActorSystem CRD
namespace: default # Optional. Default namespace is "default"
labels:
spawn-eigr.io.actor-system: spawn-system
spec:
# sidecar:
# image: docker.io/eigr/spawn-proxy:0.5.0
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/simple/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: spawn-eigr.io/v1
kind: ActorSystem
metadata:
name: test-2 # Mandatory. Name of the state store
name: spawn-system # Mandatory. Name of the state store
namespace: default # Optional. Default namespace is "default"
spec:
cluster: # Optional
Expand Down

0 comments on commit 651e29d

Please sign in to comment.