Skip to content

feat(helm): use named ports for memcached services targetports - #18990

Merged
Jayclifford345 merged 5 commits into
grafana:mainfrom
DrFaust92:memcached-targetport
Oct 9, 2025
Merged

feat(helm): use named ports for memcached services targetports#18990
Jayclifford345 merged 5 commits into
grafana:mainfrom
DrFaust92:memcached-targetport

Conversation

@DrFaust92

@DrFaust92 DrFaust92 commented Aug 23, 2025

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR
@DrFaust92
DrFaust92 requested a review from a team as a code owner August 23, 2025 11:46
@DrFaust92 DrFaust92 changed the title helm:use named ports for memcached services targetports Aug 23, 2025
@DrFaust92 DrFaust92 changed the title helm: use named ports for memcached services targetports Aug 23, 2025

@jkroepke jkroepke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

{{ if $.ctx.Values.memcachedExporter.enabled -}}
- name: http-metrics
port: 9150
targetPort: 9150
targetPort: http-metrics

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -29,11 +29,11 @@ spec:
ports:
- name: memcached-client
port: {{ .port }}
targetPort: {{ .port }}
targetPort: client

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
@DrFaust92
DrFaust92 force-pushed the memcached-targetport branch from a2d5267 to 64fe01b Compare August 29, 2025 17:10
DrFaust92 and others added 2 commits August 29, 2025 13:11
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com>

@jkroepke jkroepke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>

@Jayclifford345 Jayclifford345 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Jayclifford345
Jayclifford345 enabled auto-merge (squash) October 9, 2025 08:40
@Jayclifford345
Jayclifford345 merged commit 6a5be7e into grafana:main Oct 9, 2025
74 of 78 checks passed
felix0102 pushed a commit to felix0102/loki that referenced this pull request Aug 2, 2026
…na#18990)

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com>
Signed-off-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants