Ops: Point manifests at Juggalol container registry
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# Replace 'latest' with the real image tag before applying
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -16,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: ui
|
||||
image: reactbin-ui:latest
|
||||
image: git.juggalol.com/juggalol/reactbin-ui:v1.0.0
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
|
||||
Reference in New Issue
Block a user