feat: new style combined manifest and chart config (busynix)

This commit is contained in:
Jonas Juselius
2024-01-31 15:02:09 +01:00
parent 783c6bf1a5
commit 6c8ce720be
22 changed files with 537 additions and 28 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "Busynix.fullname" . }}
labels:
{{- include "Busynix.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "Busynix.selectorLabels" . | nindent 4 }}