Let's see if this fixes
This commit is contained in:
parent
f49f51302e
commit
8a7d4f675d
|
|
@ -15,15 +15,15 @@ spec:
|
||||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||||
targetRevision: {{ .Values.gitBranch }}
|
targetRevision: {{ .Values.gitBranch }}
|
||||||
project: default
|
project: default
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# allowEmpty: false
|
allowEmpty: false
|
||||||
# retry:
|
retry:
|
||||||
# limit: 5
|
limit: 5
|
||||||
# backoff:
|
backoff:
|
||||||
# duration: 5s
|
duration: 5s
|
||||||
# factor: 2
|
factor: 2
|
||||||
# maxDuration: 3m
|
maxDuration: 3m
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ metadata:
|
||||||
name: webrtc-be-log-alerts
|
name: webrtc-be-log-alerts
|
||||||
labels:
|
labels:
|
||||||
app: webrtc-be
|
app: webrtc-be
|
||||||
|
release: prometheus-stack
|
||||||
spec:
|
spec:
|
||||||
groups:
|
groups:
|
||||||
- name: webrtc-be.alerts
|
- name: webrtc-be.alerts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue