feat: add Dockerfile, Helm chart, Gitea Actions workflow
Some checks failed
Build & Push / build (push) Failing after 5m41s
Some checks failed
Build & Push / build (push) Failing after 5m41s
This commit is contained in:
13
web/charts/factorio-dashboard/templates/service.yaml
Normal file
13
web/charts/factorio-dashboard/templates/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "factorio-dashboard.fullname" . }}
|
||||
labels:
|
||||
{{- include "factorio-dashboard.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
selector:
|
||||
{{- include "factorio-dashboard.selectorLabels" . | nindent 4 }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: 3000
|
||||
Reference in New Issue
Block a user