🪖 refactor: Helm chart release workflow (#4311)

This commit is contained in:
Pranshu Mahajan 2024-10-03 21:20:56 +10:00 committed by GitHub
parent 77bcb80e00
commit cb0b69e807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 2 additions and 4 deletions

View file

@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "librechat.fullname" . }}
labels:
{{- include "librechat.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "librechat.selectorLabels" . | nindent 4 }}