Skip to content

Commit

Permalink
adjust ports for yurt-manager component to 10270~10279 (openyurtio#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambohe-ch authored Mar 21, 2023
1 parent 0872113 commit 056ba74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions charts/openyurt/templates/yurt-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ spec:
image: {{ .Values.yurtManager.image.repository }}:{{ .Values.yurtManager.image.tag }}
imagePullPolicy: Always
name: yurt-manager
env:
- name: WEBHOOK_PORT
value: {{ .Values.yurtManager.webhook.port }}
ports:
- containerPort: {{ .Values.yurtManager.webhook.port }}
name: webhook-server
Expand Down
6 changes: 3 additions & 3 deletions charts/openyurt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ yurtManager:
repository: openyurt/yurt-manager
tag: v1.2.0
webhook:
port: 9876
port: 10270
metrics:
port: 10250
port: 10271
healthProbe:
port: 8000
port: 10272
# resources of yurt-manager container
resources:
limits:
Expand Down

0 comments on commit 056ba74

Please sign in to comment.