Skip to content

Updating ingresses with the proper backend svc name generation#35

Merged
monrax merged 1 commit intomainfrom
bug/ingress
Aug 29, 2025
Merged

Updating ingresses with the proper backend svc name generation#35
monrax merged 1 commit intomainfrom
bug/ingress

Conversation

@alix-graylog
Copy link
Copy Markdown
Collaborator

@alix-graylog alix-graylog commented Aug 26, 2025

Updating ingresses with the proper backend svc name generation.

This can be tested with a values value like.

ingress:
  web:
    enabled: true
    hosts:
      - host: graylog-helm.example.com
        paths:
          - path: /
            pathType: Prefix

Then run the following.

helm template graylog/. -f graylog/some-values.yaml

The resulting backend service name should be release-name-graylog-svc.

This was referenced Aug 26, 2025
@williamtrelawny williamtrelawny linked an issue Aug 29, 2025 that may be closed by this pull request
@monrax monrax force-pushed the bug/ingress branch 2 times, most recently from 1c30f6f to ce7f1ef Compare August 29, 2025 13:59
@monrax monrax merged commit e77094a into main Aug 29, 2025
1 check passed
@alix-graylog alix-graylog deleted the bug/ingress branch November 20, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ingress svc incorrect

2 participants