986be3462d
- Translate tasks/job/parallel-processing-expansion.md into Korean (#23544) - Fix issue with ko/docs/concepts/workloads/controllers/job.md (#23720) - Translate reference/scheduling/policies.md in Korean (#23690) - Update outdated files in the dev-1.19-ko.1 branch (#23702) - Modify translation access by Korean glossary (#23627) Co-authored-by: Jerry Park <jaehwa@gmail.com> Co-authored-by: junghyeonsu <54893898+junghyeonsu@users.noreply.github.com> Co-authored-by: coolguyhong <podolsmith@naver.com>
24 lines
451 B
YAML
24 lines
451 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: simple-fanout-example
|
|
spec:
|
|
rules:
|
|
- host: foo.bar.com
|
|
http:
|
|
paths:
|
|
- path: /foo
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: service1
|
|
port:
|
|
number: 4200
|
|
- path: /bar
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: service2
|
|
port:
|
|
number: 8080
|