Skip to content

SYS-673 update a couple k8s services, stabilize ingress for http streaming - #312

Merged
instantlinux merged 1 commit into
mainfrom
SYS-673_housekeeping
Sep 10, 2026
Merged

SYS-673 update a couple k8s services, stabilize ingress for http streaming#312
instantlinux merged 1 commit into
mainfrom
SYS-673_housekeeping

Conversation

@instantlinux

Copy link
Copy Markdown
Owner

Summary of Changes

  • K8s service dependency updates - cert-manager, flannel, node-local-dns
  • Adjust default params for ingress - immich, headscale

Why is this change being made?

Ingress-nginx was misconfigured for streaming http in two recently deployed helm charts (immich and headscale), causing nginx resource exhaustion and failure of the vhosts it serves at an increasing frequency (multiple times per day).

How was this tested? How can the reviewer verify your testing?

Trouble-shooting ingress-nginx was done with:

POD=nginx-ingress-controller-6db65f6994-j8kdv
kubectl exec $POD -- curl http://127.0.0.1:10246/nginx_status
kubectl exec $POD -- curl http://127.0.0.1:10254/metrics

Ran with updated ingress configurations for immich / headscale for 3+ days.

Completion checklist

  • The pull request is linked to all related issues
  • This change has unit test coverage
  • Documentation has been updated
  • Dependencies have been updated and verified

@instantlinux instantlinux added bug dependencies Pull requests that update a dependency file labels Sep 9, 2026
@instantlinux
instantlinux merged commit 7a1269d into main Sep 10, 2026
1 check passed
@instantlinux
instantlinux deleted the SYS-673_housekeeping branch September 10, 2026 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant