mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #549] [MERGED] Fix containerPort to not be affected by service.port in helm #1036
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/549
Author: @eternity1984
Created: 11/17/2023
Status: ✅ Merged
Merged: 11/18/2023
Merged by: @meltyshev
Base:
master← Head:develop📝 Commits (2)
c58c6c9Fix containerPort to not be affected by service.port55726a5Rename targetPort to containerPort📊 Changes
2 files changed (+5 additions, -1 deletions)
View changed files
📝
charts/planka/templates/deployment.yaml(+1 -1)📝
charts/planka/values.yaml(+4 -0)📄 Description
Planka cannot be accessed if
service.portis set to anything other than1337.The cause is that the value of
service.portis set for containerPort.CrashLoopBackOff Error in Kubernetes:
The following example is when
service.portis set to80:In this PR, I've separated
service.portandservice.containerPort.It works fine :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.