Skip to content
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
6 changes: 3 additions & 3 deletions addons/operations/karpenter-resources/base/nodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
# Dedicated, tainted node pool for self-hosted sandbox workers.
#
# Agent tool execution runs on these nodes, kept off the shared `default`
# pool by the `agents.stxkxs.io/sandbox` taint — sandbox worker pods carry
# pool by the `agents.nanohype.dev/sandbox` taint — sandbox worker pods carry
# the matching toleration + nodeSelector. Consolidation is `WhenEmpty` so a
# node draining its last session is reclaimed without disrupting a node
# that still has a session running.
Expand All @@ -50,10 +50,10 @@ spec:
template:
metadata:
labels:
agents.stxkxs.io/sandbox: "true"
agents.nanohype.dev/sandbox: "true"
spec:
taints:
- key: agents.stxkxs.io/sandbox
- key: agents.nanohype.dev/sandbox
value: "true"
effect: NoSchedule
nodeClassRef:
Expand Down
14 changes: 7 additions & 7 deletions catalog/druid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ environment: ""
name: "druid"
alias: ""
build: "v1"
domain: "stxkxs.io"
organization: stxkxs
domain: "nanohype.dev"
organization: nanohype
version: "36.0.0"

image:
Expand All @@ -16,11 +16,11 @@ image:

labels:
"app.kubernetes.io/name": druid
"stxkxs.io/resource-type": druid
"stxkxs.io/category": analytics
"stxkxs.io/type": analytics
"stxkxs.io/part-of": druid
"stxkxs.io/name": druid
"nanohype.dev/resource-type": druid
"nanohype.dev/category": analytics
"nanohype.dev/type": analytics
"nanohype.dev/part-of": druid
"nanohype.dev/name": druid

annotations:
"k8s.grafana.com/scrape": "true"
Expand Down