strato-infra/flux/cluster/apps/test/ingress.yaml

18 lines
378 B
YAML
Raw Normal View History

2022-05-22 14:55:33 +02:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: whoami-deployment-ingress
2022-05-22 15:05:59 +02:00
namespace: test
2022-05-22 14:55:33 +02:00
spec:
rules:
2022-05-22 15:05:59 +02:00
- host: "whoami.asraphiel.dev"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: whoami-deployment-service
port:
number: 80