forked from github/plane
.
This commit is contained in:
parent
7987750bc8
commit
084aa23fbe
@ -63,4 +63,3 @@ spec:
|
||||
cpu: "0.2"
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
|
16
kubernetes/loadbalancer.yaml
Normal file
16
kubernetes/loadbalancer.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user