mirror of
https://github.com/traefik/traefik.git
synced 2025-09-24 23:31:26 +02:00
[Docs] Fix invalid service yaml example
This commit is contained in:
parent
e075dfe911
commit
732d73dd43
@ -123,8 +123,10 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
name: web
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
name: admin
|
||||
type: NodePort
|
||||
```
|
||||
[examples/k8s/traefik-deployment.yaml](https://github.com/containous/traefik/tree/master/examples/k8s/traefik-deployment.yaml)
|
||||
@ -184,8 +186,10 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
name: web
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
name: admin
|
||||
type: NodePort
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user