pusher/build/chart/templates/service.yaml
timerzz 2175f9cc27
All checks were successful
Build image / build (push) Successful in 1m56s
update 修改chart
2025-04-16 13:43:50 +08:00

16 lines
329 B
YAML

apiVersion: v1
kind: Service
metadata:
name: pusher
labels:
{{- include "chart.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "chart.selectorLabels" . | nindent 4 }}