mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
16 lines
No EOL
386 B
YAML
16 lines
No EOL
386 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: tooljet-server-loadbalancer
|
|
annotations:
|
|
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <certificate-arn>
|
|
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
component: tooljet
|
|
ports:
|
|
- protocol: TCP
|
|
port: 443
|
|
targetPort: 3000
|
|
name: https |