Research-Stack/4-Infrastructure/k3s-flake/manifests/control-plane/blobs-api/deployment.yaml
Brandon Schneider 69b984c410 fix(infra): resolve k3s services startup issues and update ingress configuration
- Revert builder image in embedded_surface Dockerfile to rust:bookworm for glibc compatibility with bookworm-slim runner.
- Replace racknerd-surface.json Git LFS pointer with the actual retrieved JSON config to resolve parse errors.
- Separated and imported regenerated docker images for stubs and credential-server on all cluster nodes.
- Fixed Ingress resources and middleware to target the correct authentik-server service name.
- Rewrote verification script checks to handle iptables-based ports and relative redirects robustly.
- Updated nixos-laptop IP in node topology documentation.

Build: 0 jobs, 0 errors
2026-05-27 17:39:00 -05:00

29 lines
617 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: blobs-api
namespace: services
labels:
app: blobs-api
spec:
replicas: 1
selector:
matchLabels:
app: blobs-api
template:
metadata:
labels:
app: blobs-api
spec:
containers:
- name: blobs-api
image: registry.researchstack.info/control-plane/blobs-api:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"