20 Commits

Author SHA1 Message Date
renovate 97df3ceaf5 Update Helm release reloader to v2 2026-05-25 07:41:47 +00:00
AverageMarcus a8c1f39a03 Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.19.0' (#712) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #712
2026-05-25 07:30:56 +00:00
renovate b52c5a8eba Update ghcr.io/mealie-recipes/mealie Docker tag to v3.19.0 2026-05-25 03:08:32 +00:00
AverageMarcus 0521df9e92 Merge pull request 'Update registry.k8s.io/kube-state-metrics/kube-state-metrics Docker tag to v2.19.0' (#711) from renovate/registry.k8s.io-kube-state-metrics-kube-state-metrics-2.x into master
Reviewed-on: #711
2026-05-23 10:29:33 +00:00
renovate 6e8275454e Update registry.k8s.io/kube-state-metrics/kube-state-metrics Docker tag to v2.19.0 2026-05-23 03:09:33 +00:00
AverageMarcus 493984abe4 Added Trek ingress
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-05-22 12:55:58 +01:00
AverageMarcus 5e9efc3a3b Merge pull request 'Update gitea/gitea Docker tag to v1.26.2' (#709) from renovate/gitea-gitea-1.x into master
Reviewed-on: #709
2026-05-21 14:56:04 +00:00
AverageMarcus c3b3db2651 Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.18.0' (#710) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #710
2026-05-21 14:55:59 +00:00
renovate 519b8eebb9 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.18.0 2026-05-21 03:09:54 +00:00
renovate 3bef85f5a6 Update gitea/gitea Docker tag to v1.26.2 2026-05-21 03:09:46 +00:00
AverageMarcus a1baddb427 Merge pull request 'Update ghcr.io/miniflux/miniflux Docker tag to v2.3.0' (#708) from renovate/ghcr.io-miniflux-miniflux-2.x into master
Reviewed-on: #708
2026-05-16 04:43:53 +00:00
renovate e3d2b0f65f Update ghcr.io/miniflux/miniflux Docker tag to v2.3.0 2026-05-16 03:03:48 +00:00
AverageMarcus 8a5598d4a9 Fix host
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-05-15 20:35:42 +01:00
AverageMarcus 3368d4ba29 Added vert
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-05-15 20:31:53 +01:00
AverageMarcus 8255a8a3ae Merge pull request 'Update ghcr.io/google/cadvisor Docker tag to v0.57.0' (#707) from renovate/ghcr.io-google-cadvisor-0.x into master
Reviewed-on: #707
2026-05-15 15:35:25 +00:00
renovate 51a544b103 Update ghcr.io/google/cadvisor Docker tag to v0.57.0 2026-05-15 03:14:59 +00:00
AverageMarcus 18917ae78d Fix liveness probe
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-05-14 07:42:43 +01:00
AverageMarcus 2cf9b56629 Added PairDrop
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-05-14 07:40:55 +01:00
AverageMarcus 1854511adf Merge pull request 'Update victoriametrics/vmagent Docker tag to v1.143.0' (#706) from renovate/victoriametrics into master
Reviewed-on: #706
2026-05-12 03:37:27 +00:00
renovate 4b26152245 Update victoriametrics/vmagent Docker tag to v1.143.0 2026-05-12 03:08:18 +00:00
12 changed files with 225 additions and 7 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pairdrop
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: pairdrop
name: cluster-fun (v2)
source:
path: manifests/pairdrop
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
+1 -1
View File
@@ -12,7 +12,7 @@ spec:
name: cluster-fun (v2) name: cluster-fun (v2)
source: source:
repoURL: 'https://stakater.github.io/stakater-charts' repoURL: 'https://stakater.github.io/stakater-charts'
targetRevision: v0.0.129 targetRevision: 2.2.11
chart: reloader chart: reloader
syncPolicy: syncPolicy:
automated: {} automated: {}
+25
View File
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vert
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: vert
name: cluster-fun (v2)
source:
path: manifests/vert
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
@@ -19,6 +19,7 @@ spec:
- bsky-feeds.cluster.fun - bsky-feeds.cluster.fun
- ai.cluster.fun - ai.cluster.fun
- penpot.cluster.fun - penpot.cluster.fun
- trek.cluster.fun
secretName: non-auth-proxy-ingress secretName: non-auth-proxy-ingress
rules: rules:
- host: hello-world.cluster.fun - host: hello-world.cluster.fun
@@ -71,3 +72,13 @@ spec:
name: tailscale-proxy name: tailscale-proxy
port: port:
name: non-auth name: non-auth
- host: trek.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: tailscale-proxy
port:
name: non-auth
+1 -1
View File
@@ -43,7 +43,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: git - name: git
image: gitea/gitea:1.26.1 image: gitea/gitea:1.26.2
env: env:
- name: APP_NAME - name: APP_NAME
value: "Git" value: "Git"
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: frontend - name: frontend
image: ghcr.io/mealie-recipes/mealie:v3.17.0 image: ghcr.io/mealie-recipes/mealie:v3.19.0
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:
+1 -1
View File
@@ -38,7 +38,7 @@ spec:
operator: "Exists" operator: "Exists"
automountServiceAccountToken: false automountServiceAccountToken: false
containers: containers:
- image: ghcr.io/google/cadvisor:0.56.2 - image: ghcr.io/google/cadvisor:v0.57.0
name: cadvisor name: cadvisor
ports: ports:
- containerPort: 8080 - containerPort: 8080
+1 -1
View File
@@ -238,7 +238,7 @@ spec:
- --resources=validatingwebhookconfigurations - --resources=validatingwebhookconfigurations
#- --resources=volumeattachments #- --resources=volumeattachments
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.18.0" image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.19.0"
ports: ports:
- containerPort: 8080 - containerPort: 8080
livenessProbe: livenessProbe:
+1 -1
View File
@@ -217,7 +217,7 @@ spec:
serviceAccountName: prometheus-server serviceAccountName: prometheus-server
containers: containers:
- name: vmagent - name: vmagent
image: "victoriametrics/vmagent:v1.142.0" image: "victoriametrics/vmagent:v1.143.0"
imagePullPolicy: "IfNotPresent" imagePullPolicy: "IfNotPresent"
args: args:
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
+88
View File
@@ -0,0 +1,88 @@
apiVersion: v1
kind: Service
metadata:
name: pairdrop
namespace: pairdrop
spec:
type: ClusterIP
ports:
- port: 80
targetPort: web
name: web
selector:
app: pairdrop
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: pairdrop
namespace: pairdrop
spec:
replicas: 1
selector:
matchLabels:
app: pairdrop
template:
metadata:
labels:
app: pairdrop
spec:
imagePullSecrets:
- name: docker-config
priorityClassName: low
containers:
- name: web
image: ghcr.io/schlagmichdoch/pairdrop:v1.11.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
name: web
env:
- name: RATE_LIMIT
value: "1"
- name: DONATION_BUTTON_ACTIVE
value: "false"
- name: TWITTER_BUTTON_ACTIVE
value: "false"
- name: MASTODON_BUTTON_ACTIVE
value: "false"
- name: BLUESKY_BUTTON_ACTIVE
value: "false"
- name: PRIVACYPOLICY_BUTTON_ACTIVE
value: "false"
resources:
limits:
memory: 100Mi
requests:
memory: 100Mi
livenessProbe:
httpGet:
path: /
port: web
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: pairdrop
namespace: pairdrop
annotations:
cert-manager.io/cluster-issuer: letsencrypt
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
- drop.cluster.fun
secretName: pairdrop-ingress
rules:
- host: drop.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: pairdrop
port:
number: 80
+1 -1
View File
@@ -68,7 +68,7 @@ spec:
spec: spec:
containers: containers:
- name: web - name: web
image: ghcr.io/miniflux/miniflux:2.2.19 image: ghcr.io/miniflux/miniflux:2.3.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
envFrom: envFrom:
- configMapRef: - configMapRef:
+69
View File
@@ -0,0 +1,69 @@
apiVersion: v1
kind: Service
metadata:
name: vert
namespace: vert
spec:
type: ClusterIP
ports:
- port: 80
targetPort: web
name: web
selector:
app: vert
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: vert
namespace: vert
spec:
replicas: 1
selector:
matchLabels:
app: vert
template:
metadata:
labels:
app: vert
spec:
containers:
- name: web
image: ghcr.io/vert-sh/vert:sha-438f91a
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
name: web
resources:
limits:
memory: 200Mi
requests:
memory: 200Mi
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: vert
namespace: vert
annotations:
cert-manager.io/cluster-issuer: letsencrypt
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
- vert.cluster.fun
secretName: vert-ingress
rules:
- host: vert.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: vert
port:
number: 80