11 Commits

Author SHA1 Message Date
871b31be7d Update rancher/mirrored-library-traefik Docker tag to v3 2025-12-30 11:54:55 +00:00
b443028b74 Merge branch 'master' of https://git.cluster.fun/averagemarcus/cluster.fun 2025-12-30 11:50:41 +00:00
09c80dda70 Added ArgoCD to renovate
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-30 11:50:37 +00:00
9e591315c1 Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.9.1' (#619) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #619
2025-12-30 05:56:13 +00:00
cfc50fcbf4 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.9.1 2025-12-30 03:10:41 +00:00
3c18b88393 Added blog post link
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-29 20:35:48 +00:00
813ec159a9 Added reloader annotations
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-29 18:54:26 +00:00
38e6083fec Merge branch 'master' of https://git.cluster.fun/averagemarcus/cluster.fun 2025-12-29 18:49:58 +00:00
5ec45e625e Added cdl-talk-2026 links
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-29 18:49:01 +00:00
014573284f Merge pull request 'Update rancher/mirrored-library-traefik Docker tag to v2.11.33' (#618) from renovate/rancher-mirrored-library-traefik-2.x into master
Reviewed-on: #618
2025-12-23 10:47:18 +00:00
cb9c4aca50 Update rancher/mirrored-library-traefik Docker tag to v2.11.33 2025-12-23 03:22:12 +00:00
4 changed files with 10 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ data:
containerdays25-feedback: https://yay-or-nay.cluster.fun/feedback/F8P351QK containerdays25-feedback: https://yay-or-nay.cluster.fun/feedback/F8P351QK
cdl-2026: https://speaking.marcusnoble.co.uk/lMcEwR/pod-deep-dive-the-interesting-bits cdl-2026: https://speaking.marcusnoble.co.uk/lMcEwR/pod-deep-dive-the-interesting-bits
cdl-2026-feedback: https://yay-or-nay.cluster.fun/feedback/EMLARINI cdl-2026-feedback: https://yay-or-nay.cluster.fun/feedback/EMLARINI
cdl-talk-2026: https://speaking.marcusnoble.co.uk/0rRvmv/debugging-your-conference-talk-practical-tips-to-resonate-with-your-audience
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/
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
@@ -61,6 +64,8 @@ metadata:
namespace: link namespace: link
labels: labels:
app: link app: link
annotations:
secret.reloader.stakater.com/reload: "urls-map"
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View File

@@ -31,7 +31,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: frontend - name: frontend
image: ghcr.io/mealie-recipes/mealie:v3.8.0 image: ghcr.io/mealie-recipes/mealie:v3.9.1
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:

View File

@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true - --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure - --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https - --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:2.11.32 image: rancher/mirrored-library-traefik:3.6.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3

View File

@@ -21,5 +21,8 @@
}, },
"kubernetes": { "kubernetes": {
"fileMatch": ["manifests/.+\\.yaml$"] "fileMatch": ["manifests/.+\\.yaml$"]
},
"argocd": {
"managerFilePatterns": ["/manifests/_apps/.+\\.yaml$/"]
} }
} }