Files
O. Yuanying 92f085d343 Add HackMD to incubator (#3570)
* Add HackMD to incubator

* [stable/hackmd] Move hackmd chart to stable

* Update README.md
2018-05-03 08:33:51 -07:00

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 }}