From 35faee7a7f2ef7272e9a2d9ae2dd813584c04220 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 5 Apr 2026 20:59:47 -0500 Subject: [PATCH] feat: fix route, lables --- .../helm/postiz/templates/elasticsearch.yaml | 2 +- .../cl01tl/helm/postiz/templates/http-route.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/helm/postiz/templates/elasticsearch.yaml b/clusters/cl01tl/helm/postiz/templates/elasticsearch.yaml index e1876794e..6ca89334c 100644 --- a/clusters/cl01tl/helm/postiz/templates/elasticsearch.yaml +++ b/clusters/cl01tl/helm/postiz/templates/elasticsearch.yaml @@ -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 diff --git a/clusters/cl01tl/helm/postiz/templates/http-route.yaml b/clusters/cl01tl/helm/postiz/templates/http-route.yaml index 89111f547..90277c9d3 100644 --- a/clusters/cl01tl/helm/postiz/templates/http-route.yaml +++ b/clusters/cl01tl/helm/postiz/templates/http-route.yaml @@ -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