cozystack/packages/apps
Andrei Kvapil 07b406e9bc
[kubernetes] Fix endpoints for cilium-gateway (#1729)
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>

<!-- Thank you for making a contribution! Here are some tips for you:
- Start the PR title with the [label] of Cozystack component:
- For system components: [platform], [system], [linstor], [cilium],
[kube-ovn], [dashboard], [cluster-api], etc.
- For managed apps: [apps], [tenant], [kubernetes], [postgres],
[virtual-machine] etc.
- For development and maintenance: [tests], [ci], [docs], [maintenance].
- If it's a work in progress, consider creating this PR as a draft.
- Don't hesistate to ask for opinion and review in the community chats,
even if it's still a draft.
- Add the label `backport` if it's a bugfix that needs to be backported
to a previous version.
-->

## What this PR does

Integrate fix
- https://github.com/kubevirt/cloud-provider-kubevirt/pull/379

### Release note

<!--  Write a release note:
- Explain what has changed internally and for users.
- Start with the same [label] as in the PR title
- Follow the guidelines at
https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md.
-->

```release-note
[kubernetes] Fix endpoints for cilium-gateway
```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Bug Fixes**
* Improved handling of incomplete endpoint data by introducing fallback
detection mechanisms.
* Enhanced service discovery to gather endpoints from all available
resources when standard detection fails.
* Updated logging to provide better visibility into fallback operations
and current resource status.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-01-05 18:11:41 +01:00
..
bucket refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
clickhouse refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
ferretdb refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
foundationdb refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
http-cache Release v0.38.1 (#1668) 2025-11-27 15:53:53 +01:00
kafka [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
kubernetes [kubernetes] Fix endpoints for cilium-gateway (#1729) 2026-01-05 18:11:41 +01:00
mysql [mariadb] Add version management system with automated version updates 2025-12-02 00:36:00 +01:00
nats refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
postgres refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
rabbitmq [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
redis [redis] Add version management system with automated version updates 2025-12-02 00:34:52 +01:00
tcp-balancer [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
tenant refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
virtual-machine refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
vm-disk [virtual-machine] Improve check for resizing job 2025-12-09 17:08:16 +01:00
vm-instance refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
vpc [vpc] Fix access to subnet details configmap 2025-11-17 19:00:41 +03:00
vpn refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
Makefile Allign timeouts for HelmReleases 2025-09-24 16:54:17 +02:00
README.md [clickhouse] add clickhouse keeper 2025-08-07 14:07:05 +03:00

How to test packages local

cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete po -l app=source-controller -n cozy-fluxcd