mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 20:48:27 +00:00
13 lines
227 B
YAML
13 lines
227 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: example
|
|
spec:
|
|
rules:
|
|
- host: hello-world.xyz
|
|
http:
|
|
paths:
|
|
- path: /*
|
|
backend:
|
|
serviceName: example
|
|
servicePort: 8080 |