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