This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
items: | |
- apiVersion: kuadrant.io/v1alpha1 | |
kind: DNSPolicy | |
metadata: | |
creationTimestamp: "2023-07-14T12:59:15Z" | |
finalizers: | |
- kuadrant.io/dns-policy | |
generation: 1 | |
name: prod-web |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkg/util/dns/dns_record_test.go b/pkg/util/dns/dns_record_test.go | |
index 933b9ca..85ce9bd 100644 | |
--- a/pkg/util/dns/dns_record_test.go | |
+++ b/pkg/util/dns/dns_record_test.go | |
@@ -1,17 +1,16 @@ | |
package dns | |
import ( | |
- "errors" | |
- v1 "github.com/kuadrant/kcp-glbc/pkg/apis/kuadrant/v1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- dhall-to-yaml --explain <<< '(./rules.dhall)' | |
let Severity : Type = < critical | warning > | |
let Labels : Type = | |
{ severity : Severity | |
} | |
let Annotations : Type = | |
{ summary : Text | |
, description : Text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apiextensions.k8s.io/v1 | |
kind: CustomResourceDefinition | |
metadata: | |
annotations: | |
controller-gen.kubebuilder.io/version: v0.4.1 | |
name: grafanadashboards.integreatly.org | |
spec: | |
group: integreatly.org | |
names: | |
kind: GrafanaDashboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"prometheus-k8s": [ | |
"count:up1", | |
"go_gc_duration_seconds", | |
"go_gc_duration_seconds_count", | |
"go_gc_duration_seconds_sum", | |
"go_goroutines", | |
"go_info", | |
"go_memstats_alloc_bytes", | |
"go_memstats_alloc_bytes_total", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"prometheus-k8s": [ | |
"count:up1", | |
"go_gc_duration_seconds", | |
"go_gc_duration_seconds_count", | |
"go_gc_duration_seconds_sum", | |
"go_goroutines", | |
"go_info", | |
"go_memstats_alloc_bytes", | |
"go_memstats_alloc_bytes_total", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ JAR=/opt/address-space-controller.jar | |
+ shift | |
+ source /usr/local/dynamic-resources/dynamic_resources.sh | |
++ '[' '' = true ']' | |
+++ echo 0.5 100 | |
+++ awk '{ printf "%d", $1 * $2 }' | |
++ JAVA_MAX_MEM_RATIO=50 | |
++ JAVA_INITIAL_MEM_RATIO= | |
++ source_java_run_scripts | |
++ local java_scripts_dir=/opt/run-java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: global: | |
resolve_timeout: 5m resolve_timeout: 5m | |
smtp_smarthost: {{ smtp_smarthost }} smtp_smarthost: {{ smtp_smarthost }} | |
smtp_from: noreply@{{ alertmanager_route }} smtp_from: noreply@{{ alertmanager_route }} | |
smtp_auth_username: {{ smtp_auth_username }} smtp_auth_username: {{ smtp_auth_username }} | |
smtp_auth_password: {{ smtp_auth_password }} smtp_auth_password: {{ smtp_auth_password }} | |
> slack_api_url: {{ alertmanager_slack_api_url }} | |
route: route: | |
group_wait: 30s group_wait: 30s | |
group_interval: 5m group_interval: 5m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM scratch | |
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | |
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | |
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | |
LABEL operators.operatorframework.io.bundle.package.v1=integreatly | |
LABEL operators.operatorframework.io.bundle.channels.v1=alpha | |
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha | |
COPY bundle/manifests /manifests/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: integreatly.org/v1alpha1 | |
kind: RHMI | |
metadata: | |
creationTimestamp: "2020-04-29T09:19:53Z" | |
finalizers: | |
- finalizer/configmaps | |
- finalizer.cloud-resources.integreatly.org | |
- finalizer.middleware-monitoring.integreatly.org | |
- finalizer.rhsso.integreatly.org | |
- finalizer.rhssouser.integreatly.org |