Skip to content

Commit

Permalink
fix: npmmirror url
Browse files Browse the repository at this point in the history
  • Loading branch information
unliar committed Mar 6, 2024
1 parent ec83425 commit bd3d585
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chart/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ spec: #这是关于该 Service 的定义,描述了 Service 如何选择 Pod,
nodePort: 31003 #通过任意节点的 32600 端口访问 Service
targetPort: 80 #将请求转发到匹配 Pod 的端口
type: NodePort #Serive的类型,ClusterIP/NodePort/LoaderBalancer
topologyKeys:
- "kubernetes.io/hostname"
- "topology.kubernetes.io/zone"
- "topology.kubernetes.io/region"
- "*"
# topologyKeys:
# - "kubernetes.io/hostname"
# - "topology.kubernetes.io/zone"
# - "topology.kubernetes.io/region"
# - "*"

0 comments on commit bd3d585

Please sign in to comment.