working commit

This commit is contained in:
2026-02-14 21:17:15 +02:00
parent 29524e725b
commit 3b6be8033e
24 changed files with 514 additions and 39 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: mstore
namespace: {{ .Release.Namespace }}
spec:
selector:
app: mstore
ports:
- port: {{ include "mstore.servicePort" . }}
protocol: TCP
targetPort: {{ include "mstore.servicePort" . }}
name: api
type: {{ .Values.main.service.type }}