Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ks8 #549

Merged
merged 1 commit into from
Aug 6, 2024
Merged
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
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
Loading