mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 02:22:56 +02:00
Update ports
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
|||||||
- image: ghcr.io/rubenhensen/lingo-api:master
|
- image: ghcr.io/rubenhensen/lingo-api:master
|
||||||
name: lingo-api
|
name: lingo-api
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: "api"
|
- name: "api"
|
||||||
port: 8000
|
port: 8000
|
||||||
targetPort: 8000
|
targetPort: 80
|
||||||
selector:
|
selector:
|
||||||
app: lingo-api
|
app: lingo-api
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
- image: ghcr.io/rubenhensen/lingo-frontend:master
|
- image: ghcr.io/rubenhensen/lingo-frontend:master
|
||||||
name: lingo-frontend
|
name: lingo-frontend
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8001
|
- containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: "frontend"
|
- name: "frontend"
|
||||||
port: 8001
|
port: 8001
|
||||||
targetPort: 8001
|
targetPort: 80
|
||||||
selector:
|
selector:
|
||||||
app: lingo-frontend
|
app: lingo-frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user