fix(guide): Update external-service.md (#29353)
This commit is contained in:
-3
@@ -16,7 +16,6 @@ service:
|
|||||||
main:
|
main:
|
||||||
type: ExternalIP
|
type: ExternalIP
|
||||||
externalIP: "192.168.178.10"
|
externalIP: "192.168.178.10"
|
||||||
useSlice: false
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
protocol: https
|
protocol: https
|
||||||
@@ -28,8 +27,6 @@ Don't forget to add your Ingress to the external-service. To learn more about In
|
|||||||
```yaml
|
```yaml
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
annotations:
|
|
||||||
traefik.frontend.passHostHeader: "false"
|
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
- host: "service.xyz.dev"
|
- host: "service.xyz.dev"
|
||||||
Reference in New Issue
Block a user