Skip to content

Commit db0b347

Browse files
authored
chore: Disable eip on ephemeral instance (#108)
Disable eip on ephemeral instance
1 parent e9f4203 commit db0b347

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

ephemeral/instance.tf

-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ resource "digitalocean_droplet" "cp" {
3131
local.prefix,
3232
]
3333
}
34-
35-
resource "digitalocean_reserved_ip" "l2" {
36-
droplet_id = digitalocean_droplet.cp[0].id
37-
region = digitalocean_droplet.cp[0].region
38-
}

ephemeral/main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ module "spectrum" {
4545
DOMAIN = "${local.prefix}.fluence.dev"
4646
PREFIX = local.prefix
4747
LOADBALANCER_IP = digitalocean_droplet.cp[0].ipv4_address
48-
L2_IP = digitalocean_reserved_ip.l2.ip_address
4948
}
5049
}

flux/clusters/ephemeral/kustomization.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ resources:
1313
- ../../components/monitoring
1414
- hubble-ingress.yml
1515
- grafana-ingress.yml
16-
- cilium-l2.yml
16+
# - cilium-l2.yml
1717
- lightmare.yml

0 commit comments

Comments
 (0)