fix(guide): Update external-service.md (#29353)

This commit is contained in:
alfi0812
2024-11-18 19:05:07 -07:00
committed by GitHub
parent 7480fe71f3
commit f289e8ac91
@@ -16,7 +16,6 @@ service:
main:
type: ExternalIP
externalIP: "192.168.178.10"
useSlice: false
ports:
main:
protocol: https
@@ -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"