summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-13 14:13:59 +0300
committerPaul Buetow <paul@buetow.org>2026-04-13 14:13:59 +0300
commite98587adfa904b0f93a54b6db97ea5ee951a4924 (patch)
tree3495ee18196b5d6ca11a39a0f0db58173e67f906 /f3s
parent9747e2712c1fc1434acecff87f96a380d70a8648 (diff)
add goprecords.f3s.buetow.org
Diffstat (limited to 'f3s')
-rw-r--r--f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml b/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml
index e575401..159262c 100644
--- a/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml
+++ b/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml
@@ -29,6 +29,11 @@ data:
autoindex on;
}
+ # Rocky Linux dnf repository
+ location /rockylinux/ {
+ autoindex on;
+ }
+
# Health check endpoint for k8s probes
location = /healthz {
return 200 "ok";