Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label metrics-controller instead of metrics-operator #1106

Closed
nlamirault opened this issue Mar 24, 2023 · 0 comments · Fixed by #1147
Closed

Label metrics-controller instead of metrics-operator #1106

nlamirault opened this issue Mar 24, 2023 · 0 comments · Fixed by #1147
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@nlamirault
Copy link
Contributor

The service metrics-operator-service have a metrics-controller label instead of metrics-operator

---
apiVersion: v1
kind: Service
metadata:
  labels:
    control-plane: metrics-controller
  name: metrics-operator-service
  namespace: keptn-lifecycle-toolkit-system
spec:
  ports:
  - name: https
    port: 8443
    protocol: TCP
    targetPort: https
  - name: custom-metrics
    port: 443
    targetPort: custom-metrics
  - name: metrics
    port: 9999
    protocol: TCP
    targetPort: metrics
  selector:
    control-plane: metrics-operator
@thisthat thisthat added enhancement New feature or request good first issue Good for newcomers labels Mar 29, 2023
nlamirault added a commit to nlamirault/lifecycle-toolkit that referenced this issue Mar 29, 2023
Fix keptn#1106

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
nlamirault added a commit to nlamirault/lifecycle-toolkit that referenced this issue Mar 29, 2023
Fix keptn#1106

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants