generated from coulomb/repo-seed
- flake.nix adapted from inter-hub: appName=ihp-railiance-probe, stripped to core packages, GHC 9.10.3 Bug 1+2 overlays carried verbatim (pname check updated to ihp-railiance-probe-models) - IHP project scaffold: Main.hs, Config.hs, App.cabal, Setup.hs, Makefile - Schema: probes table (id, name, created_at) - Health endpoint: GET /healthz → "ok" (HealthController) - Probes CRUD: ProbesController + 4 views (Index, New, Show, Edit) - Hspec test suite: Test/ProbeControllerSpec covers /probes and /healthz - Helm chart in chart/: deployment, service, ingress, secret templates - devenv.nix, devenv.yaml, .ghci, tailwind config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
369 B
YAML
26 lines
369 B
YAML
image:
|
|
repository: 92.205.130.254:32166/coulomb/ihp-railiance-probe
|
|
tag: latest
|
|
pullPolicy: Always
|
|
|
|
replicaCount: 1
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
targetPort: 8000
|
|
|
|
ingress:
|
|
enabled: true
|
|
host: probe.coulomb.social
|
|
|
|
resources:
|
|
limits:
|
|
memory: 256Mi
|
|
cpu: 200m
|
|
requests:
|
|
memory: 128Mi
|
|
cpu: 50m
|
|
|
|
secretName: ihp-railiance-probe-env
|