Skip to content
Snippets Groups Projects
Commit efb3c14e authored by Sören Henning's avatar Sören Henning
Browse files

Add preliminary docs for resource sets

parent f599fb0a
No related branches found
No related tags found
1 merge request!164Add Theodolite docs
Pipeline #5161 passed
Resource sets (`appResourceSets` or `loadGenResourceSets`) describe a set of Kubernetes resources.
They can be created from Kubernetes YAMl files placed in ConfigMaps or from files of the filesystem accessible by Theodolite.
### Creating Resources from ConfigMaps
```yaml
- configMap:
name: "example-configmap"
files:
- "uc1-kstreams-deployment.yaml"
```
### Creating Resources from the Filesystem
```yaml
- fileSystem:
path: ./../../../../../../config
files:
- "uc1-kstreams-deployment.yaml"
- "aggregation-service.yaml"
- "jmx-configmap.yaml"
- "uc1-service-monitor.yaml"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment