mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-22 09:41:33 +03:00
18 lines
287 B
YAML
18 lines
287 B
YAML
|
---
|
||
|
apiVersion: networking.k8s.io/v1
|
||
|
kind: Ingress
|
||
|
metadata:
|
||
|
name: flame
|
||
|
spec:
|
||
|
rules:
|
||
|
- host: flame.cluster.local
|
||
|
http:
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: Prefix
|
||
|
backend:
|
||
|
service:
|
||
|
name: flame
|
||
|
port:
|
||
|
number: 80
|