mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
13 lines
201 B
YAML
13 lines
201 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: tooljet
|
||
|
|
spec:
|
||
|
|
type: {{ .Values.apps.tooljet.service.type }}
|
||
|
|
ports:
|
||
|
|
- port: 3000
|
||
|
|
protocol: TCP
|
||
|
|
targetPort: 3000
|
||
|
|
selector:
|
||
|
|
app: tooljet
|