Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman-agarwala committed Jan 1, 2025
1 parent 2457681 commit d61842e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/lws/templates/manager/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- name: https
port: 8443
port: 8080
protocol: TCP
targetPort: https
selector:
Expand Down
4 changes: 2 additions & 2 deletions config/default/manager_metrics_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metadata:
spec:
ports:
- name: https
port: 8443
port: 8080
protocol: TCP
targetPort: 8443
targetPort: 8080
selector:
control-plane: controller-manager

0 comments on commit d61842e

Please sign in to comment.