Skip to content

Commit

Permalink
adding ks8
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Aug 6, 2024
1 parent 35c4d5b commit 3113e4a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 30 deletions.
1 change: 0 additions & 1 deletion ansible/hosts

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/playbook.yml

This file was deleted.

14 changes: 8 additions & 6 deletions manifests/ingress/Ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ metadata:
}
spec:
ingressClassName: fwb-ingress-controller
defaultBackend:
service:
name: dvwa
port:
number: 80
rules:
- host: "www.bankexample.com"
- host: www.bankexample.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: dvwa
port:
number: 80
- path: /api
pathType: Prefix
backend:
Expand Down
1 change: 0 additions & 1 deletion terraform/hosts

This file was deleted.

2 changes: 1 addition & 1 deletion terraform/hub-network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ resource "azurerm_public_ip" "hub-nva-vip_public_ip" {
}

output "etc_host" {
value = "sudo sh -c 'echo ${azurerm_public_ip.hub-nva-vip_public_ip.ip_address} www.bankexample.com >> /etc/host'"
value = "sudo sh -c 'echo ${azurerm_public_ip.hub-nva-vip_public_ip.ip_address} www.bankexample.com >> /etc/hosts'"
description = "The public IP address of the hub NVA."
}

Expand Down

0 comments on commit 3113e4a

Please sign in to comment.