Skip to content

Commit 46176b4

Browse files
committed
Fix namespace definition reported in #144. Rebuild manifests.
1 parent 514aa37 commit 46176b4

8 files changed

+2439
-7950
lines changed

base_operator_stack.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local vars = import 'vars.jsonnet';
44

55
{
66
_config+:: {
7-
namespace: 'monitoring',
7+
namespace: vars._config.namespace,
88

99
urls+:: {
1010
domains: [vars.suffixDomain] + vars.additionalDomains,

manifests/prometheus-rules.yaml

Lines changed: 76 additions & 173 deletions
Large diffs are not rendered by default.

manifests/setup/prometheus-operator-0alertmanagerCustomResourceDefinition.yaml

Lines changed: 657 additions & 2253 deletions
Large diffs are not rendered by default.

manifests/setup/prometheus-operator-0podmonitorCustomResourceDefinition.yaml

Lines changed: 36 additions & 94 deletions
Large diffs are not rendered by default.

manifests/setup/prometheus-operator-0prometheusCustomResourceDefinition.yaml

Lines changed: 903 additions & 2911 deletions
Large diffs are not rendered by default.

manifests/setup/prometheus-operator-0prometheusruleCustomResourceDefinition.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ spec:
2020
description: PrometheusRule defines alerting rules for a Prometheus instance
2121
properties:
2222
apiVersion:
23-
description: 'APIVersion defines the versioned schema of this representation
24-
of an object. Servers should convert recognized schemas to the latest
25-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
2624
type: string
2725
kind:
28-
description: 'Kind is a string value representing the REST resource this
29-
object represents. Servers may infer this from the endpoint the client
30-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
26+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
3127
type: string
3228
metadata:
3329
type: object
@@ -37,10 +33,7 @@ spec:
3733
groups:
3834
description: Content of Prometheus rule file
3935
items:
40-
description: 'RuleGroup is a list of sequentially evaluated recording
41-
and alerting rules. Note: PartialResponseStrategy is only used
42-
by ThanosRuler and will be ignored by Prometheus instances. Valid
43-
values for this field are ''warn'' or ''abort''. More info: https://github.com/thanos-io/thanos/blob/master/docs/components/rule.md#partial-response'
36+
description: 'RuleGroup is a list of sequentially evaluated recording and alerting rules. Note: PartialResponseStrategy is only used by ThanosRuler and will be ignored by Prometheus instances. Valid values for this field are ''warn'' or ''abort''. More info: https://github.com/thanos-io/thanos/blob/master/docs/components/rule.md#partial-response'
4437
properties:
4538
interval:
4639
type: string

manifests/setup/prometheus-operator-0servicemonitorCustomResourceDefinition.yaml

Lines changed: 72 additions & 171 deletions
Large diffs are not rendered by default.

manifests/setup/prometheus-operator-0thanosrulerCustomResourceDefinition.yaml

Lines changed: 691 additions & 2337 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)