Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prometheus monitoring fix - missing label (#519)
### Issue description Pulumi kubernetes operator creates Service and ServiceMonitor objects for metrics by itself: https://github.com/pulumi/pulumi-kubernetes-operator/blob/7d9e693bc6e27f1e3881ce350cdf7fbde71b26be/cmd/manager/main.go#L186C31-L186C31 Service created for metrics requires name label added on pods. ### Proposed changes Added "name" label with {{ template "pulumi-kubernetes-operator.name" . }} value to pulumi-kubernetes-operator Deployment at ReplicaSet level. impact/no-changelog-required --------- Co-authored-by: krzysztofer <kontakt@e-rozwadowski.pl> Co-authored-by: Engin Diri <engin.diri@ediri.de>
- Loading branch information