infrastructure/flux/cluster/apps/olympus/umami/ingress.yaml

18 lines
307 B
YAML
Raw Normal View History

2022-05-26 14:34:01 +02:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: umami
namespace: olympus
spec:
rules:
- host: "analytics.0x76.dev"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: umami
port:
number: 80