Skip to content

Commit

Permalink
Try ISPN-16154 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Jun 6, 2024
1 parent 2ea6f20 commit 07d8f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: xsite-status
rules:
- alert: SiteOffline
expr: 'sum by (namespace, site) (vendor_jgroups_site_view_status{namespace="{{.Release.Namespace}}",site="{{ .Values.crossdc.remote.name }}"}) == 0'
expr: 'min by (namespace, site) (vendor_jgroups_site_view_status{namespace="{{.Release.Namespace}}",site="{{ .Values.crossdc.remote.name }}"}) == 0'
labels:
severity: critical
reporter: {{ .Values.crossdc.local.name }}
Expand Down
2 changes: 1 addition & 1 deletion provision/infinispan/ispn-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

replicas: 3
defaultImage: quay.io/infinispan/server:15.0.4.Final
defaultImage: quay.io/infinispan-test/server:PR-12480
cacheDefaults:
owners: 2
# SYNC or ASYNC
Expand Down

0 comments on commit 07d8f6c

Please sign in to comment.