feat: embed k3s to run soul-demo as self-healing k8s pods #13

Merged
will.anderson merged 2 commits from feat/k3s-embedded-soul into dev 2026-05-09 17:40:46 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit c6ee45a374 - Show all commits
+2 -1
View File
@@ -104,7 +104,8 @@ ENV NEURON_PORT=7772
ENV K3S_DATA_DIR=/var/lib/rancher/k3s
ENV KUBECONFIG=/var/lib/rancher/k3s/server/cred/admin.kubeconfig
USER landing
# k3s requires root to create network namespaces and mount cgroups.
# Cloud Run gen2 sandbox is the security boundary here.
EXPOSE 8080
CMD ["/usr/local/bin/entrypoint.sh"]
+1 -1
View File
@@ -87,4 +87,4 @@ spec:
name: cpu
target:
type: Utilization
averageUtilization: 60
averageUtilization: 80