mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Add HackMD to incubator * [stable/hackmd] Move hackmd chart to stable * Update README.md
20 lines
479 B
YAML
20 lines
479 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ template "hackmd.fullname" . }}
|
|
labels:
|
|
app: {{ template "hackmd.name" . }}
|
|
chart: {{ template "hackmd.chart" . }}
|
|
release: {{ .Release.Name }}
|
|
heritage: {{ .Release.Service }}
|
|
spec:
|
|
type: {{ .Values.service.type }}
|
|
ports:
|
|
- port: {{ .Values.service.port }}
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: {{ template "hackmd.name" . }}
|
|
release: {{ .Release.Name }}
|