From be13333a85ed328f45615392d1ee466fa32bdba7 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:40:33 +0200 Subject: [PATCH] fix(humhub): select correct pods (#16881) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/humhub/Chart.yaml | 2 +- charts/stable/humhub/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index 5eb565533f5..745763e16ea 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: humhub -version: 6.2.0 +version: 6.2.1 appVersion: 1.15.0 description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. home: https://truecharts.org/charts/stable/humhub diff --git a/charts/stable/humhub/values.yaml b/charts/stable/humhub/values.yaml index 4d5b14f2a00..bcd1c083189 100644 --- a/charts/stable/humhub/values.yaml +++ b/charts/stable/humhub/values.yaml @@ -16,18 +16,22 @@ securityContext: service: main: + targetSelector: nginx ports: main: protocol: http + targetSelector: nginx targetPort: 80 port: 8080 backend: enabled: true type: ClusterIP + targetSelector: main ports: backend: enabled: true targetPort: 9000 + targetSelector: main port: 9000 humhub: