Skip to content

Commit

Permalink
Fix namespace definition reported in #144. Rebuild manifests.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosedp committed Feb 8, 2022
1 parent 514aa37 commit 46176b4
Show file tree
Hide file tree
Showing 8 changed files with 2,439 additions and 7,950 deletions.
2 changes: 1 addition & 1 deletion base_operator_stack.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local vars = import 'vars.jsonnet';

{
_config+:: {
namespace: 'monitoring',
namespace: vars._config.namespace,

urls+:: {
domains: [vars.suffixDomain] + vars.additionalDomains,
Expand Down
249 changes: 76 additions & 173 deletions manifests/prometheus-rules.yaml

Large diffs are not rendered by default.

2,910 changes: 657 additions & 2,253 deletions manifests/setup/prometheus-operator-0alertmanagerCustomResourceDefinition.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,814 changes: 903 additions & 2,911 deletions manifests/setup/prometheus-operator-0prometheusCustomResourceDefinition.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ spec:
description: PrometheusRule defines alerting rules for a Prometheus instance
properties:
apiVersion:
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'
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'
type: string
kind:
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'
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'
type: string
metadata:
type: object
Expand All @@ -37,10 +33,7 @@ spec:
groups:
description: Content of Prometheus rule file
items:
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'
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'
properties:
interval:
type: string
Expand Down

Large diffs are not rendered by default.

3,028 changes: 691 additions & 2,337 deletions manifests/setup/prometheus-operator-0thanosrulerCustomResourceDefinition.yaml

Large diffs are not rendered by default.

0 comments on commit 46176b4

Please sign in to comment.