From 01edd5380ea87dcb757cffc1bcc1904ea41ee373 Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Fri, 6 Feb 2026 14:17:05 -0600 Subject: [PATCH] fix: move ingress install id to annotations; commented out drift --- uptime-monitor/components/1-rds.toml | 2 +- uptime-monitor/components/2-api.toml | 2 +- uptime-monitor/components/2-ui.toml | 2 +- uptime-monitor/components/3-headlamp.toml | 2 +- uptime-monitor/components/4-alb/manifest.yaml | 3 +-- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/uptime-monitor/components/1-rds.toml b/uptime-monitor/components/1-rds.toml index 819087e..bf8b202 100644 --- a/uptime-monitor/components/1-rds.toml +++ b/uptime-monitor/components/1-rds.toml @@ -52,7 +52,7 @@ terraform_version = "1.14.3" # Detect when RDS configuration has been modified outside of Terraform. # This is useful for the drift demo - modify RDS via the /admin panel, # then trigger a drift scan to see Nuon detect the changes. -drift_schedule = "*/10 * * * *" # Every 10 minutes +# drift_schedule = "*/10 * * * *" # Every 10 minutes # ----------------------------------------------------------------------------- diff --git a/uptime-monitor/components/2-api.toml b/uptime-monitor/components/2-api.toml index 31b8549..8040604 100644 --- a/uptime-monitor/components/2-api.toml +++ b/uptime-monitor/components/2-api.toml @@ -61,7 +61,7 @@ manifest = "./2-api/manifest.yaml" # Detect when API deployment has been modified outside of Nuon. # Useful for the drift demo - manually scale or modify the deployment via # kubectl, then trigger a drift scan to see Nuon detect the changes. -drift_schedule = "*/10 * * * *" # Every 10 minutes +# drift_schedule = "*/10 * * * *" # Every 10 minutes # ----------------------------------------------------------------------------- diff --git a/uptime-monitor/components/2-ui.toml b/uptime-monitor/components/2-ui.toml index 0b6a22e..5fe607e 100644 --- a/uptime-monitor/components/2-ui.toml +++ b/uptime-monitor/components/2-ui.toml @@ -48,4 +48,4 @@ manifest = "./2-ui/manifest.yaml" # Detect when UI deployment has been modified outside of Nuon. # Useful for the drift demo - manually scale or modify the deployment via # kubectl, then trigger a drift scan to see Nuon detect the changes. -drift_schedule = "*/10 * * * *" # Every 10 minutes +# drift_schedule = "*/10 * * * *" # Every 10 minutes diff --git a/uptime-monitor/components/3-headlamp.toml b/uptime-monitor/components/3-headlamp.toml index ab3e14d..eae50ba 100644 --- a/uptime-monitor/components/3-headlamp.toml +++ b/uptime-monitor/components/3-headlamp.toml @@ -71,7 +71,7 @@ branch = "main" # Detect when Headlamp Helm release has been modified outside of Nuon. # Useful for the drift demo - manually change Helm values or scale the # deployment, then trigger a drift scan to see Nuon detect the changes. -drift_schedule = "*/10 * * * *" # Every 10 minutes +# drift_schedule = "*/10 * * * *" # Every 10 minutes # ----------------------------------------------------------------------------- diff --git a/uptime-monitor/components/4-alb/manifest.yaml b/uptime-monitor/components/4-alb/manifest.yaml index 4ba800a..25f0254 100644 --- a/uptime-monitor/components/4-alb/manifest.yaml +++ b/uptime-monitor/components/4-alb/manifest.yaml @@ -20,9 +20,8 @@ metadata: name: alb namespace: default labels: - # Nuon install ID for resource tracking - app.nuon.co/install: "{{ .nuon.install.id }}" annotations: + app.nuon.co/install-id: "{{ .nuon.install.id }}" alb.ingress.kubernetes.io/scheme: internet-facing alb.ingress.kubernetes.io/target-type: ip alb.ingress.kubernetes.io/listen-ports: '[{"HTTP":80}]'