Skip to content

Commit

Permalink
Update cloudflare.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrited authored Dec 30, 2023
1 parent 4b597f8 commit 83cd6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "cloudflare_tunnel_config" "auto_tunnel" {
}
ingress_rule {
hostname = cloudflare_record.faas.hostname
service = "http://gateway.openfaas.svc.cluster.local:8080"
service = "http://gateway-external.openfaas.svc.cluster.local:8080"
}
ingress_rule {
hostname = cloudflare_record.argocd.hostname
Expand Down

0 comments on commit 83cd6d0

Please sign in to comment.