Skip to content

Commit

Permalink
remove metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Negashev committed Jan 3, 2024
1 parent 0e30a2a commit e4c4f79
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions chart/templates/generator-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ spec:
template: create-deploment
- name: create-service
template: create-service
- name: create-metrics
template: create-metrics
- name: create-ingress
template: create-ingress
- name: wait-service
Expand All @@ -39,26 +37,6 @@ spec:
- sh
- -c
image: alpine
- name: create-metrics
resource:
action: create
setOwnerReference: true
manifest: |
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: '{{`{{workflow.name}}`}}'
labels:
aldaas: '{{`{{workflow.name}}`}}'
helm: {{ template "aldaas.fullname" . }}
spec:
endpoints:
- port: tunnel
path: /metrics
selector:
matchLabels:
aldaas: '{{`{{workflow.name}}`}}'
helm: {{ template "aldaas.fullname" . }}
- name: get-last-snapshot
container:
name: main
Expand Down

0 comments on commit e4c4f79

Please sign in to comment.