chore: in-cluster registry manifest, build-push.sh script

This commit is contained in:
Falkan
2026-03-19 01:00:54 -04:00
parent e6a023e14a
commit 177b15920f
3 changed files with 109 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ spec:
spec:
containers:
- name: humor-units
image: ghcr.io/YOUR_ORG/humor-units:latest # replace with your registry
image: registry.registry.svc.cluster.local:5000/humor-units:latest
imagePullPolicy: Always
ports:
- containerPort: 3000
env: