Test backend published

This commit is contained in:
rpy-aiwe
2024-02-05 21:37:47 +03:00
parent beea6a120d
commit 108bc411b8
5 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: backend-deployment
labels:
app: backend
spec:
replicas: 1
selector:
matchLabels:
app: backend
template:
metadata:
labels:
app: backend
spec:
containers:
- name: backend
image: ghcr.io/nullptroma/liquid-backend:1.0.0
ports:
- containerPort: 8080
imagePullSecrets:
- name: github-registry