24 Commits

Author SHA1 Message Date
renovate 7f456a5845 Update rancher/mirrored-library-traefik Docker tag to v3 2026-05-16 03:04:12 +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
AverageMarcus 3f8efe67c3 Added lkink to CND Romania talk
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-05-11 18:46:55 +01:00
AverageMarcus bc5fe3912d Merge pull request 'Update nodered/node-red Docker tag to v4.1.10' (#704) from renovate/nodered-node-red-4.x into master
Reviewed-on: #704
2026-05-10 09:21:25 +00:00
AverageMarcus ea317c1c61 Merge pull request 'Update ghcr.io/civilblur/mazanoke Docker tag to v1.1.6' (#705) from renovate/ghcr.io-civilblur-mazanoke-1.x into master
Reviewed-on: #705
2026-05-10 09:20:41 +00:00
renovate f046201dab Update ghcr.io/civilblur/mazanoke Docker tag to v1.1.6 2026-05-10 03:07:27 +00:00
renovate 160160b56d Update nodered/node-red Docker tag to v4.1.10 2026-05-09 03:07:31 +00:00
AverageMarcus 059e89bedb Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.17.0' (#703) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #703
2026-05-07 05:06:33 +00:00
AverageMarcus 032684eec6 Merge pull request 'Update nodered/node-red Docker tag to v4.1.9' (#702) from renovate/nodered-node-red-4.x into master
Reviewed-on: #702
2026-05-07 05:06:15 +00:00
renovate f8013da2aa Update ghcr.io/mealie-recipes/mealie Docker tag to v3.17.0 2026-05-07 03:09:17 +00:00
renovate 28c4eb526c Update nodered/node-red Docker tag to v4.1.9 2026-05-07 03:09:10 +00:00
AverageMarcus edbd951776 Merge pull request 'Update outlinewiki/outline Docker tag to v1.7.1' (#701) from renovate/outlinewiki-outline-1.x into master
Reviewed-on: #701
2026-05-04 05:01:10 +00:00
renovate 2cdf6d3cbb Update outlinewiki/outline Docker tag to v1.7.1 2026-05-04 03:03:15 +00:00
AverageMarcus 4285fa6352 Merge pull request 'Update nextcloud Docker tag to v33.0.3' (#700) from renovate/nextcloud-33.x into master
Reviewed-on: #700
2026-05-02 04:46:44 +00:00
renovate 9ab9aaa506 Update nextcloud Docker tag to v33.0.3 2026-05-02 03:14:07 +00:00
AverageMarcus cfa129da43 Merge pull request 'Update gristlabs/grist-oss Docker tag to v1.7.13' (#699) from renovate/gristlabs-grist-oss-1.x into master
Reviewed-on: #699
2026-04-30 06:37:41 +00:00
renovate 9d95fc12ba Update gristlabs/grist-oss Docker tag to v1.7.13 2026-04-30 03:02:34 +00:00
13 changed files with 218 additions and 10 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
+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
+1 -1
View File
@@ -75,7 +75,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: grist - name: grist
image: gristlabs/grist-oss:1.7.12 image: gristlabs/grist-oss:1.7.13
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
+1
View File
@@ -41,6 +41,7 @@ data:
cdl-talk-2026-feedback: https://yay-or-nay.cluster.fun/feedback/22TO05MQ cdl-talk-2026-feedback: https://yay-or-nay.cluster.fun/feedback/22TO05MQ
technical-talking-blog-post: https://marcusnoble.co.uk/2025-04-30-my-tips-on-giving-technical-talks/ technical-talking-blog-post: https://marcusnoble.co.uk/2025-04-30-my-tips-on-giving-technical-talks/
kubecon-eu-26: https://speaking.marcusnoble.co.uk/zT471P/kube-oddities-the-quirks-that-keep-kubernetes-interesting kubecon-eu-26: https://speaking.marcusnoble.co.uk/zT471P/kube-oddities-the-quirks-that-keep-kubernetes-interesting
cndro26: https://speaking.marcusnoble.co.uk/1OrBAe/kube-oddities-the-quirks-that-keep-kubernetes-interesting-marcus-noble-mark-sagi-kazar
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
+1 -1
View File
@@ -29,7 +29,7 @@ spec:
spec: spec:
containers: containers:
- name: web - name: web
image: ghcr.io/civilblur/mazanoke:v1.1.5 image: ghcr.io/civilblur/mazanoke:v1.1.6
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 80
+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.16.0 image: ghcr.io/mealie-recipes/mealie:v3.17.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
@@ -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/
+2 -2
View File
@@ -206,7 +206,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: nextcloud - name: nextcloud
image: "nextcloud:33.0.2-apache" image: "nextcloud:33.0.3-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: SQLITE_DATABASE - name: SQLITE_DATABASE
@@ -340,7 +340,7 @@ spec:
mountPath: /var/www/html/config/smtp.config.php mountPath: /var/www/html/config/smtp.config.php
subPath: smtp.config.php subPath: smtp.config.php
- name: cron - name: cron
image: "nextcloud:33.0.2-apache" image: "nextcloud:33.0.3-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /cron.sh - /cron.sh
+2 -2
View File
@@ -57,7 +57,7 @@ spec:
- name: data - name: data
mountPath: /data mountPath: /data
- name: update-native-modules - name: update-native-modules
image: nodered/node-red:4.1.8-18 image: nodered/node-red:4.1.10-18
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- bash - bash
@@ -73,7 +73,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: web - name: web
image: nodered/node-red:4.1.8-18 image: nodered/node-red:4.1.10-18
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 1880 - containerPort: 1880
+1 -1
View File
@@ -46,7 +46,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: outline - name: outline
image: outlinewiki/outline:1.7.0 image: outlinewiki/outline:1.7.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: ALLOWED_DOMAINS - name: ALLOWED_DOMAINS
+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
+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