cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 4146b6b5587c557084fafb9f88580f8f25c65f1e
parent 348c208e7fdf69f51b52fc2f8bf9890b5bf7e355
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu, 11 Sep 2025 12:02:18 +0200

Small fixes

Diffstat:
Mapps/talos_cluster/wkd/deployment.yaml | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/wkd/deployment.yaml b/apps/talos_cluster/wkd/deployment.yaml @@ -28,6 +28,9 @@ spec: - name: wkd-content mountPath: /usr/share/nginx/html/.well-known/openpgpkey/hu/ readOnly: true + - name: wkd-content-2 + mountPath: /usr/share/nginx/html/.well-known/openpgpkey/nordgedanken.dev/hu/p6d5q6ozbrkcy3cnexq8s8uzh1rk9fbs + readOnly: true - name: tmp mountPath: /tmp - name: var-cache-nginx @@ -103,6 +106,11 @@ data: add_header Cache-Control "max-age=604800"; try_files $uri =404; } + location /.well-known/openpgpkey/nordgedanken.dev/hu/p6d5q6ozbrkcy3cnexq8s8uzh1rk9fbs { + add_header Content-Type "application/octet-stream; charset=utf-8"; + add_header Cache-Control "max-age=604800"; + try_files $uri =404; + } location /.well-known/openpgpkey/policy { return 200 ""; add_header Content-Type text/plain;