14 lines
241 B
YAML
14 lines
241 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: lunarfront
|
|
namespace: {{ .Values.customer.name }}
|
|
spec:
|
|
selector:
|
|
app: lunarfront
|
|
customer: {{ .Values.customer.name }}
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 80
|