text
stringlengths
0
37.6k
name: {{ include "hadoop.fullname" . }}-yarn-nm
labels:
app: {{ include "hadoop.name" . }}
chart: {{ include "hadoop.chart" . }}
release: {{ .Release.Name }}
component: yarn-nm
spec:
ports:
- port: 8088
name: web
- port: 8082
name: web2
- port: 8042
name: api
clusterIP: None
selector:
app: {{ include "hadoop.name" . }}
release: {{ .Release.Name }}
component: yarn-nm
<|endoftext|>