mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Split deployment in 2 files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user