Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit d57785b

Browse files
authored
adjust helm deployments to make monitoring with prometheus easier (#378)
1 parent 9209edb commit d57785b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

deployment/k8s/orchestrator-chart/templates/orchestrator-service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: Service
33
metadata:
44
name: {{ include "orchestrator.fullname" . }}
55
namespace: {{ .Values.namespace }}
6+
labels:
7+
app: {{ include "orchestrator.fullname" . }}
68
annotations:
79
cloud.google.com/backend-config: '{"default": "{{ include "orchestrator.backendConfigName" . }}"}'
810
spec:

deployment/k8s/validator-chart/templates/validator-service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: Service
33
metadata:
44
name: {{ include "validator.fullname" . }}
55
namespace: {{ .Values.namespace }}
6+
labels:
7+
app: {{ include "validator.fullname" . }}
68
annotations:
79
cloud.google.com/backend-config: '{"default": "{{ include "validator.backendConfigName" . }}"}'
810
spec:

0 commit comments

Comments
 (0)