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 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
@@ -27,7 +26,7 @@ spec:
runAsUser: 1001 runAsUser: 1001
containers: containers:
- name: api - name: api
image: reactbin-api:latest image: git.juggalol.com/juggalol/reactbin-api:v1.0.0
ports: ports:
- containerPort: 8000 - containerPort: 8000
envFrom: envFrom:

View File

@@ -1,4 +1,3 @@
# Replace 'latest' with the real image tag before applying
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
@@ -16,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: ui - name: ui
image: reactbin-ui:latest image: git.juggalol.com/juggalol/reactbin-ui:v1.0.0
ports: ports:
- containerPort: 8080 - containerPort: 8080
livenessProbe: livenessProbe: