Skip to content

Commit

Permalink
fix: added Pod port
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <anna.reale@dynatrace.com>

fix: added Pod port

Signed-off-by: realanna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna committed Jan 30, 2023
1 parent 1b483bd commit 60aeba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ spec:
- name: keptn-metrics
containerPort: 9999
protocol: TCP
- name: custom-metrics
containerPort: 6443
protocol: TCP
- name: metrics
containerPort: 2222
protocol: TCP
imagePullPolicy: Always
env:
- name: POD_NAMESPACE
Expand Down
6 changes: 3 additions & 3 deletions operator/config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ spec:
- name: metrics
port: 2222
protocol: TCP
targetPort: 2222
targetPort: metrics
- name: custom-metrics
targetPort: 6443
targetPort: custom-metrics
port: 443
- name: keptn-metrics
protocol: TCP
port: 9999
targetPort: 9999
targetPort: keptn-metrics
selector:
control-plane: controller-manager

0 comments on commit 60aeba8

Please sign in to comment.