Moved chart

This commit is contained in:
2026-05-19 18:16:28 -04:00
parent 86e6adfe2e
commit 50d8639e1d
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "timeclock.fullname" . }}
namespace: {{ .Values.namespace }}
spec:
type: {{ .Values.service.type }}
selector:
app: {{ include "timeclock.name" . }}
ports:
- protocol: TCP
port: {{ .Values.service.port }}
targetPort: 5000