samples and kube updates
This commit is contained in:
66
samples.json
66
samples.json
@@ -6,30 +6,64 @@
|
||||
},
|
||||
"pipelines": {
|
||||
"1": {
|
||||
"name": "scouter-opcua-pipeline",
|
||||
"model_id": 1,
|
||||
"schedule_name": "scouter-opcua-orchestrated-pipeline",
|
||||
"model_id": "1",
|
||||
"workflow_type": "scouter",
|
||||
"frequency": "5s",
|
||||
"max_retry_policy": 1,
|
||||
|
||||
"read_tags": [
|
||||
{
|
||||
"tag_name": "Counter",
|
||||
"aggr_func": "avg",
|
||||
"data_range": [-100, 100]
|
||||
}
|
||||
{
|
||||
"tag_name": "Counter",
|
||||
"server_id": "default_server",
|
||||
"aggr_func": "avg",
|
||||
"tag_address": "ns=2;i=2",
|
||||
"frequency": "15000",
|
||||
"data_range": [
|
||||
-100,
|
||||
100
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag_name": "Rollout",
|
||||
"server_id": "default_server",
|
||||
"aggr_func": "mdn",
|
||||
"tag_address": "ns=2;i=3",
|
||||
"frequency": "15000",
|
||||
"data_range": [
|
||||
-100,
|
||||
100
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag_name": "Square",
|
||||
"server_id": "default_server",
|
||||
"aggr_func": "lts",
|
||||
"tag_address": "ns=2;i=4",
|
||||
"frequency": "15000",
|
||||
"data_range": [
|
||||
-100,
|
||||
100
|
||||
]
|
||||
}
|
||||
],
|
||||
"filters": [
|
||||
{
|
||||
"filter_name": "OUT_OF_BOUNDS_FILTER",
|
||||
"policy": "DISCARD"
|
||||
},
|
||||
{
|
||||
"filter_name": "NULL_VALUES_FILTER",
|
||||
"policy": "DISCARD"
|
||||
}
|
||||
{
|
||||
"filter_name": "OUT_OF_BOUNDS_FILTER",
|
||||
"policy": "DISCARD"
|
||||
},
|
||||
{
|
||||
"filter_name": "NULL_VALUES_FILTER",
|
||||
"policy": "DISCARD"
|
||||
}
|
||||
],
|
||||
"tag_retention_minutes": 60
|
||||
}
|
||||
},
|
||||
"opc-servers": {
|
||||
"1": {
|
||||
"server_name": "default_server",
|
||||
"url": "opc.tcp://sientia-opc-simulator.sientia.svc.cluster.local:4840",
|
||||
"uri": "http://opcua-server.simulator"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
values.yaml
12
values.yaml
@@ -144,17 +144,11 @@ env:
|
||||
key: redis-password
|
||||
|
||||
- name: COUCHBASE_CONNECTION_STRING
|
||||
value: "couchbase://couchbase.couchbase.svc.cluster.local"
|
||||
value: "couchbase://sientia.couchbase.svc.cluster.local"
|
||||
- name: COUCHBASE_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: couchbase
|
||||
key: couchbase-username
|
||||
value: "sientia"
|
||||
- name: COUCHBASE_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: couchbase
|
||||
key: couchbase-password
|
||||
value: "sientia"
|
||||
|
||||
- name: KAFKA_BOOTSTRAP_SERVERS
|
||||
value: "kafka.kafka.svc.cluster.local:9092"
|
||||
|
||||
Reference in New Issue
Block a user