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:
15
web/charts/factorio-dashboard/templates/db-service.yaml
Normal file
15
web/charts/factorio-dashboard/templates/db-service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "factorio-dashboard.fullname" . }}-db
|
||||
labels:
|
||||
{{- include "factorio-dashboard.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: db
|
||||
spec:
|
||||
clusterIP: None
|
||||
selector:
|
||||
{{- include "factorio-dashboard.selectorLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: db
|
||||
ports:
|
||||
- port: {{ .Values.db.port }}
|
||||
targetPort: {{ .Values.db.port }}
|
||||
Reference in New Issue
Block a user