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
|
||||
metadata:
|
||||
labels:
|
||||
app: lingo
|
||||
name: lingo
|
||||
app: lingo-api
|
||||
name: lingo-api
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: lingo
|
||||
app: lingo-api
|
||||
spec:
|
||||
containers:
|
||||
- image: ghcr.io/rubenhensen/lingo-api:master
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: lingo
|
||||
name: lingo
|
||||
app: lingo-frontend
|
||||
name: lingo-frontend
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: lingo
|
||||
app: lingo-frontend
|
||||
spec:
|
||||
containers:
|
||||
- image: ghcr.io/rubenhensen/lingo-frontend:master
|
||||
|
||||
Reference in New Issue
Block a user