Skip to content

Commit

Permalink
Merge pull request #106 from utilitywarehouse/as-rules-sts
Browse files Browse the repository at this point in the history
thanos-rule is converted to StatefulSet
  • Loading branch information
asiyani authored Aug 12, 2024
2 parents e521a03 + 90705ec commit 552b47a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion capacity-experiments/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion cis-aws/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion common/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion cumulus/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion kube-applier/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion merit/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion netapp/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion prometheus-ksm/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down
2 changes: 1 addition & 1 deletion wiresteward/volume.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: thanos-rule
spec:
Expand Down

0 comments on commit 552b47a

Please sign in to comment.