Skip to content

Commit 26980a2

Browse files
committed
chore(pmm): add plans
1 parent cdfb83f commit 26980a2

9 files changed

Lines changed: 119 additions & 5 deletions

File tree

addons/pmm/2.41/plans/standard-2c2g10/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## @param fullnameOverride String to fully override common.names.fullname template
22
##
3-
fullnameOverride: pmm-standard-10
3+
fullnameOverride: pmm-standard-2c2g10
44

55
## MinIO® containers' resource requests and limits
66
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
@@ -13,12 +13,12 @@ fullnameOverride: pmm-standard-10
1313
##
1414
pmmResources:
1515
requests:
16-
memory: "4Gi"
17-
cpu: "4"
16+
memory: "2Gi"
17+
cpu: "2"
1818
hugepages-2Mi: 4Mi
1919
limits:
20-
memory: "4Gi"
21-
cpu: "4"
20+
memory: "2Gi"
21+
cpu: "2"
2222
hugepages-2Mi: 4Mi
2323

2424
## @section Persistence parameters
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
credential:
2+
{{- if (eq .Values.service.type "LoadBalancer") }}
3+
- name: EXTRANET_HOST
4+
valueFrom:
5+
serviceRef:
6+
name: {{ include "pmm.fullname" . }}
7+
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
8+
{{- end }}
9+
- name: HOST
10+
valueFrom:
11+
serviceRef:
12+
name: {{ include "pmm.fullname" . }}
13+
jsonpath: '{ .spec.clusterIP }'
14+
- name: PORT
15+
value: 80

addons/pmm/2.41/plans/standard-2c2g10/create-instance-schema.json~merged renamed to addons/pmm/2.41/plans/standard-4c8g100/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-4c8g100"
2+
id: f0056f40-4cf2-40f1-935c-9d7f6f98ea72
3+
description: "pmm standard-4c8g100G"
4+
displayName: "standard-4c8g100"
5+
bindable: true
6+
maximum_polling_duration: 1800
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## @param fullnameOverride String to fully override common.names.fullname template
2+
##
3+
fullnameOverride: pmm-standard-4c8g100
4+
5+
## MinIO® containers' resource requests and limits
6+
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
7+
## We usually recommend not to specify default resources and to leave this as a conscious
8+
## choice for the user. This also increases chances charts run on environments with little
9+
## resources, such as Minikube. If you do want to specify resources, uncomment the following
10+
## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
11+
## @param resources.limits The resources limits for the MinIO® container
12+
## @param resources.requests The requested resources for the MinIO® container
13+
##
14+
pmmResources:
15+
requests:
16+
memory: "8Gi"
17+
cpu: "4"
18+
hugepages-2Mi: 4Mi
19+
limits:
20+
memory: "8Gi"
21+
cpu: "4"
22+
hugepages-2Mi: 4Mi
23+
24+
## @section Persistence parameters
25+
26+
## Enable persistence using Persistent Volume Claims
27+
## ref: https://kubernetes.io/docs/user-guide/persistent-volumes/
28+
##
29+
storage:
30+
size: 100Gi
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
credential:
2+
{{- if (eq .Values.service.type "LoadBalancer") }}
3+
- name: EXTRANET_HOST
4+
valueFrom:
5+
serviceRef:
6+
name: {{ include "pmm.fullname" . }}
7+
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
8+
{{- end }}
9+
- name: HOST
10+
valueFrom:
11+
serviceRef:
12+
name: {{ include "pmm.fullname" . }}
13+
jsonpath: '{ .spec.clusterIP }'
14+
- name: PORT
15+
value: 80
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"type": "object",
4+
"properties": {
5+
"imagePullPolicy": {
6+
"type": "string",
7+
"enum": ["Always", "IfNotPresent", "Never"],
8+
"default": "IfNotPresent",
9+
"title": "Image pull policy"
10+
}
11+
}
12+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-8c16g200"
2+
id: 8059d78d-8ed1-4dd2-8f05-80dc63b321c3
3+
description: "pmm standard-8c16g200 "
4+
displayName: "standard-8c16g200"
5+
bindable: true
6+
maximum_polling_duration: 1800
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## @param fullnameOverride String to fully override common.names.fullname template
2+
##
3+
fullnameOverride: pmm-standard-8c16g200
4+
5+
## MinIO® containers' resource requests and limits
6+
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
7+
## We usually recommend not to specify default resources and to leave this as a conscious
8+
## choice for the user. This also increases chances charts run on environments with little
9+
## resources, such as Minikube. If you do want to specify resources, uncomment the following
10+
## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
11+
## @param resources.limits The resources limits for the MinIO® container
12+
## @param resources.requests The requested resources for the MinIO® container
13+
##
14+
pmmResources:
15+
requests:
16+
memory: "16Gi"
17+
cpu: "8"
18+
hugepages-2Mi: 4Mi
19+
limits:
20+
memory: "16Gi"
21+
cpu: "8"
22+
hugepages-2Mi: 4Mi
23+
24+
## @section Persistence parameters
25+
26+
## Enable persistence using Persistent Volume Claims
27+
## ref: https://kubernetes.io/docs/user-guide/persistent-volumes/
28+
##
29+
storage:
30+
size: 200Gi

0 commit comments

Comments
 (0)