Automated Manifest Update #5577

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-04-06 02:15:06 +00:00
9 changed files with 47 additions and 16 deletions

View File

@@ -133,7 +133,8 @@ data:
omni-tools IN CNAME traefik-cl01tl
paperless-ngx IN CNAME traefik-cl01tl
plex IN CNAME traefik-cl01tl
postiz IN CNAME traefik-cl01tl
postiz-temporal-web IN CNAME traefik-cl01tl
postiz-temporal-frontend IN CNAME traefik-cl01tl
prometheus IN CNAME traefik-cl01tl
prowlarr IN CNAME traefik-cl01tl
qbittorrent IN CNAME traefik-cl01tl

View File

@@ -22,7 +22,7 @@ spec:
template:
metadata:
annotations:
checksum/configMaps: bae0b7c9ab38c6cf83951e9181b8030a7dfd5f8cf191a722b89b654110f1d6b0
checksum/configMaps: 9ab7e5369778f4b51444322c2305b31ab86165ce8f4e1e9f9ccd32d216b5a18a
labels:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: blocky

View File

@@ -240,6 +240,24 @@ data:
interval: 30s
name: home-assistant-code-server
url: https://home-assistant-code-server.alexlebens.net
- alerts:
- type: ntfy
conditions:
- '[STATUS] == 200'
- '[CERTIFICATE_EXPIRATION] > 240h'
group: core
interval: 30s
name: postiz-temporal-web
url: https://postiz-temporal-web.alexlebens.net
- alerts:
- type: ntfy
conditions:
- '[STATUS] == 200'
- '[CERTIFICATE_EXPIRATION] > 240h'
group: core
interval: 30s
name: postiz-temporal-frontend
url: https://postiz-temporal-frontend.alexlebens.net
- alerts:
- type: ntfy
conditions:

View File

@@ -26,7 +26,7 @@ spec:
app.kubernetes.io/name: gatus
app.kubernetes.io/instance: gatus
annotations:
checksum/config: 667f13a53f34681b73f9a8569420de0df4eac58383afa7ac49c2ebc375cd0e75
checksum/config: 925ec65c11f442de627db0ed4201ea7e47302023a57d7420efd4c32d4c738175
spec:
serviceAccountName: default
automountServiceAccountToken: false

View File

@@ -274,6 +274,18 @@ data:
href: https://home-assistant-code-server.alexlebens.net
siteMonitor: http://home-assistant-code-server.home-assistant:8443
statusStyle: dot
- Temporal Web (Postiz):
icon: https://raw.githubusercontent.com/temporalio/documentation/47b489b69d7c7ee4c3a0880cc0faf11b5f4cdb2a/static/img/favicon.svg
description: Temporal Web
href: https://postiz-temporal-web.alexlebens.net
siteMonitor: http://postiz-temporal-web.postiz:8080
statusStyle: dot
- Temporal Frontend (Postiz):
icon: https://raw.githubusercontent.com/temporalio/documentation/47b489b69d7c7ee4c3a0880cc0faf11b5f4cdb2a/static/img/favicon.svg
description: Temporal Frontend
href: https://postiz-temporal-frontend.alexlebens.net
siteMonitor: http://postiz-temporal-frontend.postiz:7243
statusStyle: dot
- Automation:
- Continuous Deployment:
icon: sh-argo-cd.webp
@@ -306,10 +318,10 @@ data:
showStacks: true
fields: ["running", "down", "unhealthy", "unknown"]
- Vulnerability Scanning:
icon: https://avatars.githubusercontent.com/u/40258585
icon: https://raw.githubusercontent.com/DependencyTrack/branding/f77a4ad3b469ff656856ea225f26b1610b89a584/dt-logo-symbol.svg
description: Dependency Track
href: https://dependency-track.alexlebens.net
siteMonitor: http://dependency-track.dependency-track:8080
siteMonitor: http://dependency-track-frontend.dependency-track:8080
statusStyle: dot
- Uptime:
icon: sh-gatus.webp

View File

@@ -24,7 +24,7 @@ spec:
template:
metadata:
annotations:
checksum/configMaps: de293f4303496054a6fe30f28e03d5aa7112db7f0804945a0bebf6df226b029e
checksum/configMaps: dcdecef21cd4e565293d228f501825ea8328bbe82e442c0aa4960676b7910742
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
labels:
app.kubernetes.io/controller: main

View File

@@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: elasticsearch-postiz
app.kubernetes.io/instance: postiz
app.kubernetes.io/part-of: postiz``
app.kubernetes.io/part-of: postiz
spec:
version: 8.19.8@sha256:e6ef2af8db3269ffd075ebf5e605d62324345d646c4fa201654f648d1cad44a4
auth:

View File

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

View File

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