Split deployment in 2 files

This commit is contained in:
Ruben Hensen
2026-02-02 21:49:39 +01:00
parent bba379de47
commit c0b7b7eeae
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -2,8 +2,8 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
labels: labels:
app: lingo app: lingo-api
name: lingo name: lingo-api
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -14,7 +14,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
app: lingo app: lingo-api
spec: spec:
containers: containers:
- image: ghcr.io/rubenhensen/lingo-api:master - image: ghcr.io/rubenhensen/lingo-api:master
+3 -3
View File
@@ -2,8 +2,8 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
labels: labels:
app: lingo app: lingo-frontend
name: lingo name: lingo-frontend
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -14,7 +14,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
app: lingo app: lingo-frontend
spec: spec:
containers: containers:
- image: ghcr.io/rubenhensen/lingo-frontend:master - image: ghcr.io/rubenhensen/lingo-frontend:master