Skip to content

Commit

Permalink
Switch instances monitoring from cluster to user-workload monitoring
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <[email protected]>
  • Loading branch information
TheBigLee committed Dec 12, 2024
1 parent 93a71c4 commit c58ef67
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pkg/comp-functions/functions/common/instance_namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,12 @@ func createInstanceNamespace(serviceName, compName, claimNamespace, instanceName
ObjectMeta: metav1.ObjectMeta{
Name: instanceNamespace,
Labels: map[string]string{
"appcat.vshn.io/servicename": serviceName + "-" + mode,
"appcat.vshn.io/claim-namespace": claimNamespace,
"appcat.vshn.io/claim-name": claimName,
"appuio.io/no-rbac-creation": "true",
"appuio.io/billing-name": billingName,
"appuio.io/organization": org,
"openshift.io/cluster-monitoring": "true",
"appcat.vshn.io/servicename": serviceName + "-" + mode,
"appcat.vshn.io/claim-namespace": claimNamespace,
"appcat.vshn.io/claim-name": claimName,
"appuio.io/no-rbac-creation": "true",
"appuio.io/billing-name": billingName,
"appuio.io/organization": org,
},
},
}
Expand Down

0 comments on commit c58ef67

Please sign in to comment.