feat: initial Helm chart scaffold for lunarfront per-customer deployments
This commit is contained in:
13
charts/lunarfront/templates/service.yaml
Normal file
13
charts/lunarfront/templates/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user