chore: Update manifests after change

This commit is contained in:
2026-04-06 01:55:00 +00:00
parent 30534c528f
commit 901cb71d0d
25 changed files with 1405 additions and 27 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: temporal-frontend
namespace: postiz
labels:
app.kubernetes.io/name: temporal-frontend
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:
- temporal-frontend.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: temporal-frontend
port: 80
weight: 100