mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
14 lines
244 B
YAML
14 lines
244 B
YAML
apiVersion: networking.k8s.io/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: whatever
|
|
spec:
|
|
rules:
|
|
- host: whatever.A.B.C.D.nip.io
|
|
http:
|
|
paths:
|
|
- path: /
|
|
backend:
|
|
serviceName: whatever
|
|
servicePort: 1234
|