Skip to content

Commit

Permalink
fix(guide): Update external-service.md (#29353)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfi0812 authored Nov 19, 2024
1 parent 7480fe7 commit f289e8a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ service:
main:
type: ExternalIP
externalIP: "192.168.178.10"
useSlice: false
ports:
main:
protocol: https
Expand All @@ -28,8 +27,6 @@ Don't forget to add your Ingress to the external-service. To learn more about In
```yaml
ingress:
main:
annotations:
traefik.frontend.passHostHeader: "false"
enabled: true
hosts:
- host: "service.xyz.dev"
Expand Down

0 comments on commit f289e8a

Please sign in to comment.