Automated Manifest Update (#3307)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3307 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3307.
This commit is contained in:
@@ -100,6 +100,7 @@ data:
|
|||||||
ceph IN CNAME traefik-cl01tl
|
ceph IN CNAME traefik-cl01tl
|
||||||
code-server IN CNAME traefik-cl01tl
|
code-server IN CNAME traefik-cl01tl
|
||||||
ephemera IN CNAME traefik-cl01tl
|
ephemera IN CNAME traefik-cl01tl
|
||||||
|
excalidraw IN CNAME traefik-cl01tl
|
||||||
feishin IN CNAME traefik-cl01tl
|
feishin IN CNAME traefik-cl01tl
|
||||||
garage-s3 IN CNAME traefik-cl01tl
|
garage-s3 IN CNAME traefik-cl01tl
|
||||||
garage-webui IN CNAME traefik-cl01tl
|
garage-webui IN CNAME traefik-cl01tl
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 9e6e6bd162949db20fe3404e31fa248c74162fbbd7d8fe3e53112c11e2620fc7
|
checksum/configMaps: 52d4b7d50cfb80712a9607cd82f3ef919549b57cca698dda9fd622800452356b
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
app.kubernetes.io/instance: blocky
|
app.kubernetes.io/instance: blocky
|
||||||
|
|||||||
@@ -0,0 +1,48 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: excalidraw
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/controller: main
|
||||||
|
app.kubernetes.io/instance: excalidraw
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: excalidraw
|
||||||
|
helm.sh/chart: excalidraw-4.6.2
|
||||||
|
namespace: excalidraw
|
||||||
|
spec:
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
replicas: 1
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/controller: main
|
||||||
|
app.kubernetes.io/name: excalidraw
|
||||||
|
app.kubernetes.io/instance: excalidraw
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/controller: main
|
||||||
|
app.kubernetes.io/instance: excalidraw
|
||||||
|
app.kubernetes.io/name: excalidraw
|
||||||
|
spec:
|
||||||
|
enableServiceLinks: false
|
||||||
|
serviceAccountName: default
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
hostIPC: false
|
||||||
|
hostNetwork: false
|
||||||
|
hostPID: false
|
||||||
|
dnsPolicy: ClusterFirst
|
||||||
|
containers:
|
||||||
|
- env:
|
||||||
|
- name: NODE_ENV
|
||||||
|
value: production
|
||||||
|
- name: TZ
|
||||||
|
value: America/Chicago
|
||||||
|
image: excalidraw/excalidraw:latest@sha256:3c2513e830bb6e195147c05b34ecf8393d0ba2b1cc86e93b407a5777d6135c6c
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
name: main
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 128Mi
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: HTTPRoute
|
||||||
|
metadata:
|
||||||
|
name: excalidraw
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: excalidraw
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: excalidraw
|
||||||
|
helm.sh/chart: excalidraw-4.6.2
|
||||||
|
namespace: excalidraw
|
||||||
|
spec:
|
||||||
|
parentRefs:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
name: traefik-gateway
|
||||||
|
namespace: traefik
|
||||||
|
hostnames:
|
||||||
|
- "excalidraw.alexlebens.net"
|
||||||
|
rules:
|
||||||
|
- backendRefs:
|
||||||
|
- group: ""
|
||||||
|
kind: Service
|
||||||
|
name: excalidraw
|
||||||
|
namespace: excalidraw
|
||||||
|
port: 80
|
||||||
|
weight: 100
|
||||||
|
matches:
|
||||||
|
- path:
|
||||||
|
type: PathPrefix
|
||||||
|
value: /
|
||||||
22
clusters/cl01tl/manifests/excalidraw/Service-excalidraw.yaml
Normal file
22
clusters/cl01tl/manifests/excalidraw/Service-excalidraw.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: excalidraw
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: excalidraw
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: excalidraw
|
||||||
|
app.kubernetes.io/service: excalidraw
|
||||||
|
helm.sh/chart: excalidraw-4.6.2
|
||||||
|
namespace: excalidraw
|
||||||
|
spec:
|
||||||
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
|
- port: 80
|
||||||
|
targetPort: 3000
|
||||||
|
protocol: TCP
|
||||||
|
name: http
|
||||||
|
selector:
|
||||||
|
app.kubernetes.io/controller: main
|
||||||
|
app.kubernetes.io/instance: excalidraw
|
||||||
|
app.kubernetes.io/name: excalidraw
|
||||||
@@ -195,6 +195,15 @@ data:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
name: kiwix
|
name: kiwix
|
||||||
url: https://kiwix.alexlebens.net
|
url: https://kiwix.alexlebens.net
|
||||||
|
- alerts:
|
||||||
|
- type: ntfy
|
||||||
|
conditions:
|
||||||
|
- '[STATUS] == 200'
|
||||||
|
- '[CERTIFICATE_EXPIRATION] > 240h'
|
||||||
|
group: core
|
||||||
|
interval: 30s
|
||||||
|
name: excalidraw
|
||||||
|
url: https://excalidraw.alexlebens.net
|
||||||
- alerts:
|
- alerts:
|
||||||
- type: ntfy
|
- type: ntfy
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
app.kubernetes.io/name: gatus
|
app.kubernetes.io/name: gatus
|
||||||
app.kubernetes.io/instance: gatus
|
app.kubernetes.io/instance: gatus
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: 6dd56104cd1c43c4acc3bf609d4f6882bbe60df2446f055d94334cf1fca45ae7
|
checksum/config: 211b7eca46f78fa5da3d02fe6f6e16210060a085112a4505418bd82cd3c76e6e
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
|
|||||||
@@ -214,6 +214,12 @@ data:
|
|||||||
href: https://kiwix.alexlebens.net
|
href: https://kiwix.alexlebens.net
|
||||||
siteMonitor: http://kiwix.kiwix:80
|
siteMonitor: http://kiwix.kiwix:80
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
|
- Draw:
|
||||||
|
icon: sh-excalidraw.webp
|
||||||
|
description: Excalidraw
|
||||||
|
href: https://excalidraw.alexlebens.net
|
||||||
|
siteMonitor: http://excalidraw.excalidraw:80
|
||||||
|
statusStyle: dot
|
||||||
- Code:
|
- Code:
|
||||||
- Code (Public):
|
- Code (Public):
|
||||||
icon: sh-gitea.webp
|
icon: sh-gitea.webp
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 90186a6e88fe403a55b66194479193460198c3a02c3bfa9c1729dd812e22669b
|
checksum/configMaps: 10ed51be513b6b949a3a19f4c73f3be7542c9970cb5e9f25a960a9c9092d0210
|
||||||
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
|
|||||||
Reference in New Issue
Block a user