mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
* + added helm chart config * + db seed config * fixed (placeholder) HPA values to at least make sense * made service type configurable in values.yaml
12 lines
201 B
YAML
12 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
|