updated readme and restructure project
This commit is contained in:
13
kubernetes/pocketbase-helm-chart/templates/service.yaml
Normal file
13
kubernetes/pocketbase-helm-chart/templates/service.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Values.service.name }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
spec:
|
||||
selector:
|
||||
app: {{ .Values.deployment.labels.app }}
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: {{ .Values.deployment.containerPort }}
|
||||
type: {{ .Values.service.type }}
|
||||
Reference in New Issue
Block a user