feat: Add Plume Staging Chart

This commit is contained in:
2025-06-19 14:07:34 +02:00
parent 274e06e759
commit 07d1f51dab
23 changed files with 804 additions and 9 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "Sorcerer.fullname" . }}
labels:
{{- include "Sorcerer.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "Sorcerer.selectorLabels" . | nindent 4 }}