Skip to content

Commit

Permalink
fix: bee servicemonitor selector
Browse files Browse the repository at this point in the history
app and release are watched and common with gateway-proxy
  • Loading branch information
darkobas2 committed Aug 23, 2024
1 parent 7eda7da commit c97296b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2.1.0
name: bee
version: 0.16.2
version: 0.16.3
kubeVersion: ">=1.19.0-0"
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://www.ethswarm.org
Expand Down
2 changes: 2 additions & 0 deletions charts/bee/templates/service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ metadata:
labels:
{{- include "bee.labels" $root | nindent 4 }}
pod: {{ $fullName }}-{{ $i }}
app: {{ include "bee.name" $root }}
release: {{ $root.Release.Name }}
endpoint: api
spec:
type: ClusterIP
Expand Down

0 comments on commit c97296b

Please sign in to comment.