This commit is contained in:
Narayana 2023-04-05 09:00:49 +05:30
parent 7987750bc8
commit 084aa23fbe
2 changed files with 17 additions and 2 deletions

View File

@ -63,4 +63,3 @@ spec:
cpu: "0.2" cpu: "0.2"
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: plane
namespace: plane-sandbox
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
service.beta.kubernetes.io/aws-load-balancer-eip-allocations: "eipalloc-0b95f47db683daaeb,eipalloc-0113ae1793232614c,eipalloc-09a1830c7d2a29f87"
spec:
selector:
app: plane-sandbox
ports:
- name: http
port: 80
targetPort: 3000
type: LoadBalancer