feat: fix route, lables

This commit is contained in:
2026-04-05 20:59:47 -05:00
parent cd82e55f18
commit 7650a87455
2 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: elasticsearch-postiz
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}``
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
# renovate: datasource=docker depName=elasticsearch
version: 8.19.8@sha256:e6ef2af8db3269ffd075ebf5e605d62324345d646c4fa201654f648d1cad44a4

View File

@@ -1,10 +1,10 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: temporal-ui
name: postiz-temporal-web
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: temporal-ui
app.kubernetes.io/name: postiz-temporal-web
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
@@ -14,7 +14,7 @@ spec:
name: traefik-gateway
namespace: traefik
hostnames:
- temporal-ui.alexlebens.net
- temporal-web.alexlebens.net
rules:
- matches:
- path:
@@ -23,7 +23,7 @@ spec:
backendRefs:
- group: ''
kind: Service
name: temporal-ui
name: postiz-temporal-web
port: 8080
weight: 100
@@ -31,10 +31,10 @@ spec:
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: temporal-frontend
name: postiz-temporal-frontend
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: temporal-frontend
app.kubernetes.io/name: postiz-temporal-frontend
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
@@ -53,6 +53,6 @@ spec:
backendRefs:
- group: ''
kind: Service
name: temporal-frontend
port: 80
name: postiz-temporal-frontend
port: 7243
weight: 100