Files
infrastructure/clusters/cl01tl/manifests/postiz/HTTPRoute-postiz-temporal-web.yaml

29 lines
668 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: postiz-temporal-web
namespace: postiz
labels:
app.kubernetes.io/name: postiz-temporal-web
app.kubernetes.io/instance: postiz
app.kubernetes.io/part-of: postiz
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- postiz-temporal-web.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: postiz-temporal-web
port: 8080
weight: 100