Skip to content

Commit 73fd7b3

Browse files
authored
chore(fluentbit): add plans
1 parent 02745f1 commit 73fd7b3

12 files changed

Lines changed: 101 additions & 1 deletion

File tree

File renamed without changes.

addons/fluentbit/2/plans/standard-5/create-instance-schema.json renamed to addons/fluentbit/2/plans/standard-1000m/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-1000m"
2+
id: ac2300db-f5ac-413e-a663-dd13da2034b0
3+
description: "Fluentbit standard-100m plan: vCPUs 1000m, RAM 1G"
4+
displayName: "standard-1000m"
5+
bindable: true
6+
maximum_polling_duration: 1800
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## @param fullnameOverride String to fully override common.names.fullname template
2+
##
3+
fullnameOverride: hb-fluentbit-standard-1000m
4+
5+
## Fluentbit® 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 Fluentbit® container
12+
## @param resources.requests The requested resources for the Fluentbit® container
13+
##
14+
15+
daemonset:
16+
resources:
17+
limits:
18+
cpu: 1000m
19+
memory: 1000Mi
20+
requests:
21+
cpu: 100m
22+
memory: 128Mi
23+
24+
deployment:
25+
resources:
26+
limits:
27+
cpu: 200m
28+
memory: 256Mi
29+
requests:
30+
cpu: 100m
31+
memory: 128Mi
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
credential: {}
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+
}
File renamed without changes.

addons/fluentbit/2/plans/standard-5/values.yaml renamed to addons/fluentbit/2/plans/standard-200m/values.yaml

Lines changed: 1 addition & 1 deletion
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: hb-fluentbit-standard-5
3+
fullnameOverride: hb-fluentbit-standard-200m
44

55
## Fluentbit® containers' resource requests and limits
66
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
credential: {}
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+
}

0 commit comments

Comments
 (0)