-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathibm-opencontent-flink-operand-orm.yaml
51 lines (51 loc) · 1.41 KB
/
ibm-opencontent-flink-operand-orm.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
apiVersion: devops.turbonomic.io/v1alpha1
kind: OperatorResourceMapping
metadata:
name: flink-jobmanager-orm
namespace: $namespace
spec:
mappings:
patterns:
- owned:
apiVersion: apps/v1
kind: ReplicaSet
name: job-manager
path: '.spec.containers[?(@.name=="tls-proxy")].resources'
ownerPath: .spec.containers.resources
- owned:
apiVersion: apps/v1
kind: ReplicaSet
name: job-manager
path: '.spec.containers[?(@.name=="flink-main-container")].resources'
ownerPath: .spec.containers.resources
selectors:
flink_deploy:
matchLabels:
app.kubernetes.io/name: ibm-opencontent-flink
owner:
apiVersion: flink.ibm.com/v1beta1
kind: FlinkDeployment
name: test-flink-deployment
---
apiVersion: devops.turbonomic.io/v1alpha1
kind: OperatorResourceMapping
metadata:
name: flink-taskmanager-orm
namespace: $namespace
spec:
mappings:
patterns:
- owned:
apiVersion: apps/v1
kind: ReplicaSet
name: taskmanager
path: '.spec.containers[?(@.name=="flink-main-container")].resources'
ownerPath: '.spec.containers.resources'
selectors:
flink_deploy:
matchLabels:
app.kubernetes.io/name: ibm-opencontent-flink
owner:
apiVersion: flink.ibm.com/v1beta1
kind: FlinkDeployment
name: test-flink-deployment