fixup! chore(helm): enhance security context and volume handling

This commit is contained in:
2026-01-03 01:10:49 +00:00
parent 6afa55b5f5
commit f03a288326
3 changed files with 15 additions and 10 deletions
+3 -3
View File
@@ -53,7 +53,7 @@ ENV SCANNER_MODE=true \
SCANNER_INTERVAL=300
# Run the scanner in background mode
# Note: You may need to add a scanner-specific command to your CLI
# For now, this assumes the serve command can run in scanner mode
# The scanner runs the same serve command but uses SCANNER_MODE env var
# and configuration to determine its role
ENTRYPOINT ["/usr/local/bin/gohoarder"]
CMD ["serve", "--scanner-only"]
CMD ["serve"]