mas-cli 9.5.0__py3-none-any.whl → 10.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +82 -65
- mas/cli/displayMixins.py +110 -0
- mas/cli/gencfg.py +65 -0
- mas/cli/install/__init__.py +9 -0
- mas/cli/install/argParser.py +792 -0
- mas/cli/install/settings/__init__.py +21 -0
- mas/cli/install/settings/additionalConfigs.py +150 -0
- mas/cli/install/settings/db2Settings.py +173 -0
- mas/cli/install/settings/kafkaSettings.py +103 -0
- mas/cli/install/settings/manageSettings.py +218 -0
- mas/cli/install/settings/turbonomicSettings.py +25 -0
- mas/cli/install/summarizer.py +328 -0
- mas/cli/templates/ibm-mas-tekton.yaml +10813 -0
- mas/cli/templates/jdbccfg.yml.j2 +52 -0
- mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml +26 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-bascfg.yml +56 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-coreidp.yml +21 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-actions.yml +28 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-auth.yml +32 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-datapower.yml +12 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-devops.yml +14 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dm.yml +22 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dsc.yml +40 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-edgeconfig.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-fpl.yml +24 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-guardian.yml +20 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-iot.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mbgx.yml +18 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mfgx.yml +14 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-monitor.yml +18 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-orgmgmt.yml +48 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-provision.yml +28 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-registry.yml +26 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-state.yml +40 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-webui.yml +22 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextaccelerator.yml +13 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextworkspace.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-imagestitching.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageaccelerators.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageapp.yml +46 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageworkspace.yml +48 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-slackproxy.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-pushnotificationcfg.yml +13 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-scimcfg.yml +14 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-slscfg.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-smtpcfg.yml +10 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-suite.yml +136 -0
- mas/cli/templates/pod-templates/best-effort/ibm-mas-visualinspection.yml +34 -0
- mas/cli/templates/pod-templates/best-effort/ibm-sls-licenseservice.yml +10 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-data-dictionary-assetdatadictionary.yml +56 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-bascfg.yml +140 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-coreidp.yml +45 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-actions.yml +70 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-auth.yml +80 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-datapower.yml +24 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-devops.yml +26 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dm.yml +52 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dsc.yml +106 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-edgeconfig.yml +16 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-fpl.yml +62 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-guardian.yml +44 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-iot.yml +16 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mbgx.yml +42 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mfgx.yml +32 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-monitor.yml +42 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-orgmgmt.yml +126 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-provision.yml +70 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-registry.yml +62 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-state.yml +106 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-webui.yml +52 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextaccelerator.yml +28 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextworkspace.yml +18 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-imagestitching.yml +16 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageaccelerators.yml +16 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageapp.yml +106 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageworkspace.yml +126 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-slackproxy.yml +16 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-pushnotificationcfg.yml +25 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-scimcfg.yml +26 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-slscfg.yml +16 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-smtpcfg.yml +16 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-suite.yml +340 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-mas-visualinspection.yml +76 -0
- mas/cli/templates/pod-templates/guaranteed/ibm-sls-licenseservice.yml +16 -0
- mas/cli/templates/pod-templates/saas-essentials/ibm-mas-visualinspection.yml +46 -0
- mas/cli/validators.py +126 -0
- mas_cli-10.0.1.data/scripts/mas-install +978 -0
- {mas_cli-9.5.0.data → mas_cli-10.0.1.data}/scripts/mas-uninstall +11 -8
- {mas_cli-9.5.0.data → mas_cli-10.0.1.data}/scripts/mas-upgrade +6 -4
- {mas_cli-9.5.0.dist-info → mas_cli-10.0.1.dist-info}/METADATA +2 -1
- mas_cli-10.0.1.dist-info/RECORD +94 -0
- mas_cli-9.5.0.dist-info/RECORD +0 -8
- {mas_cli-9.5.0.dist-info → mas_cli-10.0.1.dist-info}/WHEEL +0 -0
- {mas_cli-9.5.0.dist-info → mas_cli-10.0.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: api-authentication
|
|
8
|
+
containers:
|
|
9
|
+
- name: api-authentication
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: statsd
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.2
|
|
21
|
+
memory: 512Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.2
|
|
24
|
+
memory: 512Mi
|
|
25
|
+
- name: api-authorization
|
|
26
|
+
containers:
|
|
27
|
+
- name: api-authorization
|
|
28
|
+
resources:
|
|
29
|
+
requests:
|
|
30
|
+
cpu: 2
|
|
31
|
+
memory: 2Gi
|
|
32
|
+
limits:
|
|
33
|
+
cpu: 2
|
|
34
|
+
memory: 2Gi
|
|
35
|
+
- name: statsd
|
|
36
|
+
resources:
|
|
37
|
+
requests:
|
|
38
|
+
cpu: 0.2
|
|
39
|
+
memory: 512Mi
|
|
40
|
+
limits:
|
|
41
|
+
cpu: 0.2
|
|
42
|
+
memory: 512Mi
|
|
43
|
+
- name: auth-store
|
|
44
|
+
containers:
|
|
45
|
+
- name: auth-store
|
|
46
|
+
resources:
|
|
47
|
+
requests:
|
|
48
|
+
cpu: 2
|
|
49
|
+
memory: 2Gi
|
|
50
|
+
limits:
|
|
51
|
+
cpu: 2
|
|
52
|
+
memory: 2Gi
|
|
53
|
+
- name: statsd
|
|
54
|
+
resources:
|
|
55
|
+
requests:
|
|
56
|
+
cpu: 0.2
|
|
57
|
+
memory: 512Mi
|
|
58
|
+
limits:
|
|
59
|
+
cpu: 0.2
|
|
60
|
+
memory: 512Mi
|
|
61
|
+
- name: deprovagent-auth
|
|
62
|
+
containers:
|
|
63
|
+
- name: deprovagent-auth
|
|
64
|
+
resources:
|
|
65
|
+
requests:
|
|
66
|
+
cpu: 2
|
|
67
|
+
memory: 2Gi
|
|
68
|
+
limits:
|
|
69
|
+
cpu: 2
|
|
70
|
+
memory: 2Gi
|
|
71
|
+
- name: masuseragent
|
|
72
|
+
containers:
|
|
73
|
+
- name: masuseragent
|
|
74
|
+
resources:
|
|
75
|
+
requests:
|
|
76
|
+
cpu: 0.25
|
|
77
|
+
memory: 256Mi
|
|
78
|
+
limits:
|
|
79
|
+
cpu: 0.25
|
|
80
|
+
memory: 256Mi
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: datapower
|
|
8
|
+
containers:
|
|
9
|
+
- name: datapower
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 8
|
|
13
|
+
memory: 4400Mi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 8
|
|
16
|
+
memory: 4400Mi
|
|
17
|
+
- name: datapower-config
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.5
|
|
21
|
+
memory: 256Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.5
|
|
24
|
+
memory: 256Mi
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: api-devops
|
|
8
|
+
containers:
|
|
9
|
+
- name: api-devops
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: api-status
|
|
18
|
+
containers:
|
|
19
|
+
- name: api-status
|
|
20
|
+
resources:
|
|
21
|
+
requests:
|
|
22
|
+
cpu: 2
|
|
23
|
+
memory: 2Gi
|
|
24
|
+
limits:
|
|
25
|
+
cpu: 2
|
|
26
|
+
memory: 2Gi
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: api-devicemgmt
|
|
8
|
+
containers:
|
|
9
|
+
- name: api-devicemgmt
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: statsd
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.2
|
|
21
|
+
memory: 512Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.2
|
|
24
|
+
memory: 512Mi
|
|
25
|
+
- name: deprovagent-dm
|
|
26
|
+
containers:
|
|
27
|
+
- name: deprovagent-dm
|
|
28
|
+
resources:
|
|
29
|
+
requests:
|
|
30
|
+
cpu: 2
|
|
31
|
+
memory: 2Gi
|
|
32
|
+
limits:
|
|
33
|
+
cpu: 2
|
|
34
|
+
memory: 2Gi
|
|
35
|
+
- name: devicemgmt-server
|
|
36
|
+
containers:
|
|
37
|
+
- name: devicemgmt-server
|
|
38
|
+
resources:
|
|
39
|
+
requests:
|
|
40
|
+
cpu: 2
|
|
41
|
+
memory: 2Gi
|
|
42
|
+
limits:
|
|
43
|
+
cpu: 2
|
|
44
|
+
memory: 2Gi
|
|
45
|
+
- name: statsd
|
|
46
|
+
resources:
|
|
47
|
+
requests:
|
|
48
|
+
cpu: 0.2
|
|
49
|
+
memory: 512Mi
|
|
50
|
+
limits:
|
|
51
|
+
cpu: 0.2
|
|
52
|
+
memory: 512Mi
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: api-connectors
|
|
8
|
+
containers:
|
|
9
|
+
- name: api-connectors
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: statsd
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.2
|
|
21
|
+
memory: 512Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.2
|
|
24
|
+
memory: 512Mi
|
|
25
|
+
- name: api-importconnectors
|
|
26
|
+
containers:
|
|
27
|
+
- name: api-importconnectors
|
|
28
|
+
resources:
|
|
29
|
+
requests:
|
|
30
|
+
cpu: 2
|
|
31
|
+
memory: 2Gi
|
|
32
|
+
limits:
|
|
33
|
+
cpu: 2
|
|
34
|
+
memory: 2Gi
|
|
35
|
+
- name: statsd
|
|
36
|
+
resources:
|
|
37
|
+
requests:
|
|
38
|
+
cpu: 0.2
|
|
39
|
+
memory: 512Mi
|
|
40
|
+
limits:
|
|
41
|
+
cpu: 0.2
|
|
42
|
+
memory: 512Mi
|
|
43
|
+
- name: connectors-store
|
|
44
|
+
containers:
|
|
45
|
+
- name: connectors-store
|
|
46
|
+
resources:
|
|
47
|
+
requests:
|
|
48
|
+
cpu: 2
|
|
49
|
+
memory: 2Gi
|
|
50
|
+
limits:
|
|
51
|
+
cpu: 2
|
|
52
|
+
memory: 2Gi
|
|
53
|
+
- name: statsd
|
|
54
|
+
resources:
|
|
55
|
+
requests:
|
|
56
|
+
cpu: 0.2
|
|
57
|
+
memory: 512Mi
|
|
58
|
+
limits:
|
|
59
|
+
cpu: 0.2
|
|
60
|
+
memory: 512Mi
|
|
61
|
+
- name: data-import-connector
|
|
62
|
+
containers:
|
|
63
|
+
- name: data-import-connector
|
|
64
|
+
resources:
|
|
65
|
+
requests:
|
|
66
|
+
cpu: 1
|
|
67
|
+
memory: 2Gi
|
|
68
|
+
limits:
|
|
69
|
+
cpu: 1
|
|
70
|
+
memory: 2Gi
|
|
71
|
+
- name: statsd
|
|
72
|
+
resources:
|
|
73
|
+
requests:
|
|
74
|
+
cpu: 0.2
|
|
75
|
+
memory: 512Mi
|
|
76
|
+
limits:
|
|
77
|
+
cpu: 0.2
|
|
78
|
+
memory: 512Mi
|
|
79
|
+
- name: historian-configuration-manager
|
|
80
|
+
containers:
|
|
81
|
+
- name: historian-configuration-manager
|
|
82
|
+
resources:
|
|
83
|
+
requests:
|
|
84
|
+
cpu: 2
|
|
85
|
+
memory: 2Gi
|
|
86
|
+
limits:
|
|
87
|
+
cpu: 2
|
|
88
|
+
memory: 2Gi
|
|
89
|
+
- name: historian-connector
|
|
90
|
+
containers:
|
|
91
|
+
- name: historian-connector
|
|
92
|
+
resources:
|
|
93
|
+
requests:
|
|
94
|
+
cpu: 1
|
|
95
|
+
memory: 2Gi
|
|
96
|
+
limits:
|
|
97
|
+
cpu: 1
|
|
98
|
+
memory: 2Gi
|
|
99
|
+
- name: statsd
|
|
100
|
+
resources:
|
|
101
|
+
requests:
|
|
102
|
+
cpu: 0.2
|
|
103
|
+
memory: 512Mi
|
|
104
|
+
limits:
|
|
105
|
+
cpu: 0.2
|
|
106
|
+
memory: 512Mi
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: edgeconfig-server
|
|
8
|
+
containers:
|
|
9
|
+
- name: edgeconfig-server
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: api-pipeline
|
|
8
|
+
containers:
|
|
9
|
+
- name: api-pipeline
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: deprovagent-fpl
|
|
18
|
+
containers:
|
|
19
|
+
- name: deprovagent-fpl
|
|
20
|
+
resources:
|
|
21
|
+
requests:
|
|
22
|
+
cpu: 2
|
|
23
|
+
memory: 2Gi
|
|
24
|
+
limits:
|
|
25
|
+
cpu: 2
|
|
26
|
+
memory: 2Gi
|
|
27
|
+
- name: functionsexecutor
|
|
28
|
+
containers:
|
|
29
|
+
- name: functionsexecutor
|
|
30
|
+
resources:
|
|
31
|
+
requests:
|
|
32
|
+
cpu: 16
|
|
33
|
+
memory: 16Gi
|
|
34
|
+
limits:
|
|
35
|
+
cpu: 16
|
|
36
|
+
memory: 16Gi
|
|
37
|
+
- name: statsd
|
|
38
|
+
resources:
|
|
39
|
+
requests:
|
|
40
|
+
cpu: 0.2
|
|
41
|
+
memory: 512Mi
|
|
42
|
+
limits:
|
|
43
|
+
cpu: 0.2
|
|
44
|
+
memory: 512Mi
|
|
45
|
+
- name: pipelinerouter
|
|
46
|
+
containers:
|
|
47
|
+
- name: pipelinerouter
|
|
48
|
+
resources:
|
|
49
|
+
requests:
|
|
50
|
+
cpu: 12
|
|
51
|
+
memory: 8Gi
|
|
52
|
+
limits:
|
|
53
|
+
cpu: 12
|
|
54
|
+
memory: 8Gi
|
|
55
|
+
- name: statsd
|
|
56
|
+
resources:
|
|
57
|
+
requests:
|
|
58
|
+
cpu: 0.2
|
|
59
|
+
memory: 512Mi
|
|
60
|
+
limits:
|
|
61
|
+
cpu: 0.2
|
|
62
|
+
memory: 512Mi
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: api-riskmgmt-secguardian
|
|
8
|
+
containers:
|
|
9
|
+
- name: api-riskmgmt-secguardian
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: statsd
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.2
|
|
21
|
+
memory: 512Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.2
|
|
24
|
+
memory: 512Mi
|
|
25
|
+
- name: deprovagent-guardian
|
|
26
|
+
containers:
|
|
27
|
+
- name: deprovagent-guardian
|
|
28
|
+
resources:
|
|
29
|
+
requests:
|
|
30
|
+
cpu: 0.25
|
|
31
|
+
memory: 256Mi
|
|
32
|
+
limits:
|
|
33
|
+
cpu: 0.25
|
|
34
|
+
memory: 256Mi
|
|
35
|
+
- name: provagent-guardian
|
|
36
|
+
containers:
|
|
37
|
+
- name: provagent-guardian
|
|
38
|
+
resources:
|
|
39
|
+
requests:
|
|
40
|
+
cpu: 0.25
|
|
41
|
+
memory: 256Mi
|
|
42
|
+
limits:
|
|
43
|
+
cpu: 0.25
|
|
44
|
+
memory: 256Mi
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: monagent-iot
|
|
8
|
+
containers:
|
|
9
|
+
- name: monagent-iot
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 0.5
|
|
13
|
+
memory: 512Mi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 0.5
|
|
16
|
+
memory: 512Mi
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: monagent-msserver
|
|
8
|
+
containers:
|
|
9
|
+
- name: monagent-msserver
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 0.1
|
|
13
|
+
memory: 1Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 0.1
|
|
16
|
+
memory: 1Gi
|
|
17
|
+
- name: statsd
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.2
|
|
21
|
+
memory: 512Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.2
|
|
24
|
+
memory: 512Mi
|
|
25
|
+
- name: api-mbgadmin
|
|
26
|
+
containers:
|
|
27
|
+
- name: api-mbgadmin
|
|
28
|
+
resources:
|
|
29
|
+
requests:
|
|
30
|
+
cpu: 1
|
|
31
|
+
memory: 2Gi
|
|
32
|
+
limits:
|
|
33
|
+
cpu: 1
|
|
34
|
+
memory: 2Gi
|
|
35
|
+
- name: statsd
|
|
36
|
+
resources:
|
|
37
|
+
requests:
|
|
38
|
+
cpu: 0.2
|
|
39
|
+
memory: 512Mi
|
|
40
|
+
limits:
|
|
41
|
+
cpu: 0.2
|
|
42
|
+
memory: 512Mi
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: msproxy
|
|
8
|
+
containers:
|
|
9
|
+
- name: msproxy
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 1
|
|
13
|
+
memory: 4Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 1
|
|
16
|
+
memory: 4Gi
|
|
17
|
+
- name: monitor
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 1
|
|
21
|
+
memory: 384Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 1
|
|
24
|
+
memory: 384Mi
|
|
25
|
+
- name: statsd
|
|
26
|
+
resources:
|
|
27
|
+
requests:
|
|
28
|
+
cpu: 0.2
|
|
29
|
+
memory: 512Mi
|
|
30
|
+
limits:
|
|
31
|
+
cpu: 0.2
|
|
32
|
+
memory: 512Mi
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: entity-connector
|
|
8
|
+
containers:
|
|
9
|
+
- name: entity-connector
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: statsd
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.2
|
|
21
|
+
memory: 512Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.2
|
|
24
|
+
memory: 512Mi
|
|
25
|
+
- name: entity-manager
|
|
26
|
+
containers:
|
|
27
|
+
- name: entity-manager
|
|
28
|
+
resources:
|
|
29
|
+
requests:
|
|
30
|
+
cpu: 2
|
|
31
|
+
memory: 2Gi
|
|
32
|
+
limits:
|
|
33
|
+
cpu: 2
|
|
34
|
+
memory: 2Gi
|
|
35
|
+
- name: statsd
|
|
36
|
+
resources:
|
|
37
|
+
requests:
|
|
38
|
+
cpu: 0.2
|
|
39
|
+
memory: 512Mi
|
|
40
|
+
limits:
|
|
41
|
+
cpu: 0.2
|
|
42
|
+
memory: 512Mi
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# podTemplates
|
|
2
|
+
# =============================================================================
|
|
3
|
+
# This list defines the resources for pod containers/initContainers that get
|
|
4
|
+
# assigned a QoS class of Guaranteed. More can be found here:
|
|
5
|
+
# https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod
|
|
6
|
+
podTemplates:
|
|
7
|
+
- name: api-organizations
|
|
8
|
+
containers:
|
|
9
|
+
- name: api-organizations
|
|
10
|
+
resources:
|
|
11
|
+
requests:
|
|
12
|
+
cpu: 2
|
|
13
|
+
memory: 2Gi
|
|
14
|
+
limits:
|
|
15
|
+
cpu: 2
|
|
16
|
+
memory: 2Gi
|
|
17
|
+
- name: statsd
|
|
18
|
+
resources:
|
|
19
|
+
requests:
|
|
20
|
+
cpu: 0.2
|
|
21
|
+
memory: 512Mi
|
|
22
|
+
limits:
|
|
23
|
+
cpu: 0.2
|
|
24
|
+
memory: 512Mi
|
|
25
|
+
- name: config-store
|
|
26
|
+
containers:
|
|
27
|
+
- name: config-store
|
|
28
|
+
resources:
|
|
29
|
+
requests:
|
|
30
|
+
cpu: 2
|
|
31
|
+
memory: 2Gi
|
|
32
|
+
limits:
|
|
33
|
+
cpu: 2
|
|
34
|
+
memory: 2Gi
|
|
35
|
+
- name: statsd
|
|
36
|
+
resources:
|
|
37
|
+
requests:
|
|
38
|
+
cpu: 0.2
|
|
39
|
+
memory: 512Mi
|
|
40
|
+
limits:
|
|
41
|
+
cpu: 0.2
|
|
42
|
+
memory: 512Mi
|
|
43
|
+
- name: deprovagent-orgmgmt
|
|
44
|
+
containers:
|
|
45
|
+
- name: deprovagent-orgmgmt
|
|
46
|
+
resources:
|
|
47
|
+
requests:
|
|
48
|
+
cpu: 2
|
|
49
|
+
memory: 2Gi
|
|
50
|
+
limits:
|
|
51
|
+
cpu: 2
|
|
52
|
+
memory: 2Gi
|
|
53
|
+
- name: monagent-org
|
|
54
|
+
containers:
|
|
55
|
+
- name: monagent-org
|
|
56
|
+
resources:
|
|
57
|
+
requests:
|
|
58
|
+
cpu: 2
|
|
59
|
+
memory: 2Gi
|
|
60
|
+
limits:
|
|
61
|
+
cpu: 2
|
|
62
|
+
memory: 2Gi
|
|
63
|
+
- name: statsd
|
|
64
|
+
resources:
|
|
65
|
+
requests:
|
|
66
|
+
cpu: 0.2
|
|
67
|
+
memory: 512Mi
|
|
68
|
+
limits:
|
|
69
|
+
cpu: 0.2
|
|
70
|
+
memory: 512Mi
|
|
71
|
+
- name: org-store
|
|
72
|
+
containers:
|
|
73
|
+
- name: org-store
|
|
74
|
+
resources:
|
|
75
|
+
requests:
|
|
76
|
+
cpu: 2
|
|
77
|
+
memory: 2Gi
|
|
78
|
+
limits:
|
|
79
|
+
cpu: 2
|
|
80
|
+
memory: 2Gi
|
|
81
|
+
- name: statsd
|
|
82
|
+
resources:
|
|
83
|
+
requests:
|
|
84
|
+
cpu: 0.2
|
|
85
|
+
memory: 512Mi
|
|
86
|
+
limits:
|
|
87
|
+
cpu: 0.2
|
|
88
|
+
memory: 512Mi
|
|
89
|
+
- name: orgdeprovmgr
|
|
90
|
+
containers:
|
|
91
|
+
- name: orgdeprovmgr
|
|
92
|
+
resources:
|
|
93
|
+
requests:
|
|
94
|
+
cpu: 2
|
|
95
|
+
memory: 2Gi
|
|
96
|
+
limits:
|
|
97
|
+
cpu: 2
|
|
98
|
+
memory: 2Gi
|
|
99
|
+
- name: orgpoolmgr
|
|
100
|
+
containers:
|
|
101
|
+
- name: orgpoolmgr
|
|
102
|
+
resources:
|
|
103
|
+
requests:
|
|
104
|
+
cpu: 2
|
|
105
|
+
memory: 2Gi
|
|
106
|
+
limits:
|
|
107
|
+
cpu: 2
|
|
108
|
+
memory: 2Gi
|
|
109
|
+
- name: statsd
|
|
110
|
+
resources:
|
|
111
|
+
requests:
|
|
112
|
+
cpu: 0.2
|
|
113
|
+
memory: 512Mi
|
|
114
|
+
limits:
|
|
115
|
+
cpu: 0.2
|
|
116
|
+
memory: 512Mi
|
|
117
|
+
- name: orgprovmgr
|
|
118
|
+
containers:
|
|
119
|
+
- name: orgprovmgr
|
|
120
|
+
resources:
|
|
121
|
+
requests:
|
|
122
|
+
cpu: 2
|
|
123
|
+
memory: 2Gi
|
|
124
|
+
limits:
|
|
125
|
+
cpu: 2
|
|
126
|
+
memory: 2Gi
|