mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 14:28:42 +00:00
16 lines
387 B
YAML
16 lines
387 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: tooljet-server-loadbalancer
|
||
|
|
annotations:
|
||
|
|
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <your-cert>
|
||
|
|
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
|
||
|
|
spec:
|
||
|
|
type: LoadBalancer
|
||
|
|
selector:
|
||
|
|
component: tooljet-server
|
||
|
|
ports:
|
||
|
|
- protocol: TCP
|
||
|
|
port: 443
|
||
|
|
targetPort: 3000
|
||
|
|
name: https
|