Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ spec:
limits:
cpu: 1000m
memory: 2Gi
nodeSelector:
personal-stack/site: frankfurt
# The chart reads scheduling keys under `pyroscope`, not at the top
# level of values. A top-level `nodeSelector` is silently discarded,
# which is how this landed on enschede-gtx-960m-1 instead.
nodeSelector:
personal-stack/site: frankfurt
# No public ingress; Grafana datasource talks to it over the cluster
# service URL. Profiles never leave the cluster.
minio:
Expand Down
1 change: 1 addition & 0 deletions platform/inventory/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ placement_intent:
- headlamp
- obsidian-sync
- knowledge-api
- pyroscope

enschede_only:
- downloads
Expand Down