Upload files to "affine/templates"
This commit is contained in:
13
affine/templates/service.yaml
Normal file
13
affine/templates/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "affine.fullname" . }}
|
||||
labels: {{- include "affine.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector: {{- include "affine.selectorLabels" . | nindent 4 }}
|
||||
Reference in New Issue
Block a user