diff options
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml | 5 |
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"; |
