Skip to content

Commit 416570e

Browse files
authored
Merge pull request #18 from memphisdev/staging
1.2.0
2 parents 90d2f62 + d5f1f33 commit 416570e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

environments/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
helmVersion: 0.1.7 # Define the version of the superstream helm chart.
1+
helmVersion: 0.1.8 # Define the version of the superstream helm chart.
22
namespace: superstream # Specify the Kubernetes namespace where the resources will be deployed, isolating them within this designated namespace.
33
name: <DATAPLANE_NAME> # Define the data plane name within 32 characters, excluding '.', and using only letters, numbers, '-', and '_'.
44
accountId: "" # Provide the account ID that is associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.

helmfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ environments:
1414
- rbacCreate: true
1515
- rbacClusterWide: true
1616
- haDeployment: true
17+
- requestCpu: '4'
18+
- requestMemory: 4Gi
1719
- natsReleaseName: nats # Set the release name for the NATS deployment, which is used to uniquely identify the set of resources deployed for NATS.
1820
- superstreamReleaseName: superstream # Specify the release name for the Superstream deployment, uniquely identifying the resources for Superstream.
1921
- telegrafReleaseName: telegraf # Define the release name for the Telegraf deployment, used for identifying the Telegraf resources in the cluster.
@@ -130,6 +132,10 @@ releases:
130132
- dataPlane:
131133
secret:
132134
activationToken: {{ .Values.activationToken }}
135+
resources:
136+
requests:
137+
cpu: {{ .Values.requestCpu }}
138+
memory: {{ .Values.requestMemory }}
133139
controlPlane:
134140
host: {{ .Values.controlPlane }}
135141
internalNatsConnection:

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
v1.2.0

0 commit comments

Comments
 (0)