feat(ci): update helm config (#157)

This commit is contained in:
Ryo
2025-07-28 19:17:56 +08:00
committed by GitHub
parent cc593fc270
commit a0d3bcf998
12 changed files with 200 additions and 282 deletions

View File

@@ -7,10 +7,12 @@ metadata:
spec:
type: {{ .Values.cozeServer.service.type }}
ports:
- port: {{ .Values.cozeServer.service.port }}
targetPort: http
{{- range .Values.cozeServer.service.ports }}
- name: {{ .name }}
port: {{ .port }}
targetPort: {{ .name }}
protocol: TCP
name: app-port
{{- end }}
selector:
app.kubernetes.io/name: {{ include "opencoze.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}