|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ .Values.httpd.name }}
|
|
labels:
|
|
app: {{ .Values.httpd.name }}
|
|
spec:
|
|
type: {{ .Values.httpd.service.type }}
|
|
ports:
|
|
- name: {{ .Values.httpd.name }}
|
|
port: {{ .Values.httpd.port }}
|
|
selector:
|
|
app: {{ .Values.httpd.selector }}
|