commit f9dd602b46ddfe31d91923f80906948a3ba5f49f
parent 3e6c3085bee2facc5c9c64818a7b9958ab4b9cdc
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Thu, 11 Sep 2025 11:36:03 +0200
Small fixes
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/apps/talos_cluster/wkd/deployment.yaml b/apps/talos_cluster/wkd/deployment.yaml
@@ -104,10 +104,13 @@ data:
try_files $uri =404;
}
location /.well-known/openpgpkey/policy {
- access_log off;
return 200 "";
add_header Content-Type text/plain;
}
+ location / {
+ return 200 "OK\n";
+ add_header Content-Type text/plain;
+ }
# Health check endpoint
location /health {