From e98587adfa904b0f93a54b6db97ea5ee951a4924 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 13 Apr 2026 14:13:59 +0300 Subject: add goprecords.f3s.buetow.org --- f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'f3s') 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"; -- cgit v1.2.3