timerzz 764c144f86
All checks were successful
Build image / build (push) Successful in 2m26s
完善供应商爬虫功能
- 实现定时抓取供应商商品信息功能
- 添加供应商配置变更监听及处理逻辑
- 完善商品价格计算及更新机制
- 添加商品库存跟踪功能
- 实现商品详情抓取及更新接口
- 优化错误处理及日志记录
- 添加服务就绪状态检查
- 完善数据库迁移及初始化逻辑"
2025-03-27 17:13:04 +08:00

16 lines
351 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ .Values.env.providerID }}
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 }}