Initial add
This commit is contained in:
15
chart/templates/service.yaml
Normal file
15
chart/templates/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user