siddhi-io / siddhi-operator

Operator allows you to run stream processing logic directly on a Kubernetes cluster
Apache License 2.0
17 stars 12 forks source link

Adding Siddhi runner spec change to the documentation #88

Closed BuddhiWathsala closed 5 years ago

BuddhiWathsala commented 5 years ago

Description: Add the $subject to the siddhi.io documentation under the section https://siddhi.io/en/v5.1/docs/siddhi-as-a-kubernetes-microservice/.

For example: Change state persistence config use following block in K8s YAML.

  runner: |
    state.persistence:
      enabled: true
      intervalInMin: 1
      revisionsToKeep: 2
      persistenceStore: io.siddhi.distribution.core.persistence.FileSystemPersistenceStore
      config:
        location: siddhi-app-persistence