Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 18, 2025

The ingress-route.yaml template supports optional service and port properties per path, but this wasn't documented in values.yaml, making the configuration structure unclear.

Changes:

  • Added inline documentation explaining optional service and port properties in path configuration
  • Documented default behavior (service defaults to laravel.fullname, port defaults to service.port)
  • Added commented example showing custom service/port usage

Example configuration:

ingress:
  hosts:
    - host: api.example.com
      paths:
        - path: /          # Uses default service and port
        - path: /api
          service: custom-api-service
          port: 8080

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI mentioned this pull request Dec 18, 2025
Copilot AI changed the title [WIP] WIP address feedback on Traefik ingress implementation Add documentation for optional service/port in ingress path configuration Dec 18, 2025
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.

2 participants