Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uptime-monitor/components/1-rds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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


# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion uptime-monitor/components/2-api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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


# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion uptime-monitor/components/2-ui.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion uptime-monitor/components/3-headlamp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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


# -----------------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions uptime-monitor/components/4-alb/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Comment on lines -23 to +24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's drop this change now that the templating bug is fixed. And can land the drift stuff.

alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP":80}]'
Expand Down