Skip to content

Commit

Permalink
fix: fix examples (#1053)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
thisthat and bacherfl committed Mar 16, 2023
1 parent dcf49cf commit 6f5c105
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ data:
"operation": "AppPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": "keptn.deployment.app.name=$Application"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ data:
"operation": "$Workload/WorkloadPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": ""
}
],
Expand Down
2 changes: 1 addition & 1 deletion dashboards/grafana/grafana_dashboard_applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
"operation": "AppPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": "keptn.deployment.app.name=$Application"
}
],
Expand Down
2 changes: 1 addition & 1 deletion dashboards/grafana/grafana_dashboard_workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"operation": "$Workload/WorkloadPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": ""
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
"operation": "AppPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": "keptn.deployment.app.name=$Application"
}
],
Expand Down
2 changes: 1 addition & 1 deletion dashboards/grafana/import/grafana_dashboard_workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"operation": "$Workload/WorkloadPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": ""
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ data:
"operation": "AppPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": "keptn.deployment.app.name=$Application"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ data:
"operation": "$Workload/WorkloadPreDeployTasks",
"queryType": "search",
"refId": "A",
"service": "keptn-lifecycle-operator",
"service": "lifecycle-operator",
"tags": ""
}
],
Expand Down
1 change: 1 addition & 0 deletions operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resources:
- manager.yaml
- service.yaml
generatorOptions:
disableNameSuffixHash: true
configMapGenerator:
Expand Down
13 changes: 13 additions & 0 deletions operator/config/manager/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: lifecycle-operator-metrics-service
namespace: system
spec:
ports:
- name: metrics
protocol: TCP
port: 2222
targetPort: metrics
selector:
control-plane: lifecycle-operator

0 comments on commit 6f5c105

Please sign in to comment.