Advertisement
sleipnir1981

Untitled

Oct 31st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. apiVersion: cloudstate.io/v1alpha1
  2. kind: StatefulStore
  3. metadata:
  4. name: inmemory
  5. spec:
  6. type: InMemory
  7.  
  8.  
  9. ---
  10. apiVersion: cloudstate.io/v1alpha1
  11. kind: StatefulService
  12. metadata:
  13. name: shopping-cart
  14. spec:
  15. datastore:
  16. name: inmemory
  17. containers:
  18. - image: docker.io/sleipnir/shopping-cart:1.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement