Skip to content

Commit

Permalink
Update comand to start monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 2, 2023
1 parent 03f4da6 commit dffd9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm-seed/templates/jobs/replication-monitoring-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
containers:
- name: {{ .Release.Name }}-replication-monitoring-job
image: {{ .Values.monitoringReplication.image.name }}:{{ .Values.monitoringReplication.image.tag }}
command: ['/start.sh']
command: ['python3 /monitoring.py']
{{- if .Values.monitoringReplication.resources.enabled }}
resources:
requests:
Expand Down

0 comments on commit dffd9cd

Please sign in to comment.