feat: initial Helm chart scaffold for lunarfront per-customer deployments

This commit is contained in:
Ryan Moon
2026-04-02 07:15:02 -05:00
commit ce503e6bdc
7 changed files with 196 additions and 0 deletions

View 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