Ops: Point manifests at Juggalol container registry

This commit is contained in:
2026-05-07 17:38:28 -04:00
parent bf27c97deb
commit 666c32cd69
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
# Replace 'latest' with the real image tag before applying
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -27,7 +26,7 @@ spec:
runAsUser: 1001
containers:
- name: api
image: reactbin-api:latest
image: git.juggalol.com/juggalol/reactbin-api:v1.0.0
ports:
- containerPort: 8000
envFrom: