admin-console: implement Dynamic client CRD counting, S3 storage metrics, CSV export

This commit is contained in:
“Naeel”
2026-05-25 10:11:13 +04:00
parent 55758b6280
commit 190361ab0c
6 changed files with 186 additions and 45 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
FROM golang:1.26-alpine AS builder
WORKDIR /build
COPY go.mod go.sum ./
RUN go mod download
COPY go.mod ./
RUN go mod tidy
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags="-s -w" -o admin-console ./cmd/server/