mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 02:52:56 +02:00
Split lingo in 2
This commit is contained in:
@@ -17,8 +17,20 @@ spec:
|
||||
app: lingo
|
||||
spec:
|
||||
containers:
|
||||
- image: ghcr.io/rubenhensen/lingo:master
|
||||
name: lingo
|
||||
- image: ghcr.io/rubenhensen/lingo-api:master
|
||||
name: lingo-api
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
- image: ghcr.io/rubenhensen/lingo-frontend:master
|
||||
name: lingo-frontend
|
||||
ports:
|
||||
- containerPort: 8001
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user