From 07643f53ad1865e558a89554c698f090016eca19 Mon Sep 17 00:00:00 2001 From: by77er Date: Wed, 14 Aug 2024 02:01:45 -0400 Subject: [PATCH 1/3] Make deployment replicaCount configurable --- charts/minecraft-proxy/templates/deployment.yaml | 1 + charts/minecraft-proxy/values.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/charts/minecraft-proxy/templates/deployment.yaml b/charts/minecraft-proxy/templates/deployment.yaml index b4e64ea..2b85dad 100644 --- a/charts/minecraft-proxy/templates/deployment.yaml +++ b/charts/minecraft-proxy/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" spec: + replicas: {{ .Values.replicaCount }} strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/minecraft-proxy/values.yaml b/charts/minecraft-proxy/values.yaml index 719a64e..c16bd92 100644 --- a/charts/minecraft-proxy/values.yaml +++ b/charts/minecraft-proxy/values.yaml @@ -6,6 +6,8 @@ image: imagePullSecret: "" +replicaCount: 1 + ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## From cbf55dca00272548dd3d8fb055963a6da85dfc23 Mon Sep 17 00:00:00 2001 From: by77er Date: Wed, 14 Aug 2024 02:04:50 -0400 Subject: [PATCH 2/3] Increase chart version --- charts/minecraft-proxy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/minecraft-proxy/Chart.yaml b/charts/minecraft-proxy/Chart.yaml index 4242e29..5367bdd 100644 --- a/charts/minecraft-proxy/Chart.yaml +++ b/charts/minecraft-proxy/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: minecraft-proxy -version: 3.7.0 +version: 4.0.0 appVersion: SeeValues description: Minecraft proxy server (BungeeCord, Waterfall, Velocity, etc.) keywords: From ab29d141f8fd1ed8402d06e250b267ab21fd900c Mon Sep 17 00:00:00 2001 From: by77er Date: Wed, 14 Aug 2024 21:23:28 -0400 Subject: [PATCH 3/3] Change major version bump to minor version bump Co-authored-by: Jeff Billimek --- charts/minecraft-proxy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/minecraft-proxy/Chart.yaml b/charts/minecraft-proxy/Chart.yaml index 5367bdd..ae877f1 100644 --- a/charts/minecraft-proxy/Chart.yaml +++ b/charts/minecraft-proxy/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: minecraft-proxy -version: 4.0.0 +version: 3.8.0 appVersion: SeeValues description: Minecraft proxy server (BungeeCord, Waterfall, Velocity, etc.) keywords: