* backend: k8s: - support crawls with multiple wacz files, don't assume crawl complete after first wacz uploaded - if crawl is running and has wacz file, still show as running - k8s: allow configuring node selector for main pods (eg. nodeType=main) and for crawlers (eg. nodeType=crawling) - profiles: support uploading to alternate storage specified via 'shared_profile_storage' value is set - misc fixes for profiles * backend: ensure docker run_profile api matches k8s k8s chart: don't delete pvc and pv in helm chart * dependency: bump authsign to 0.4.0 docker: disable public redis port * profiles: fix path, profile browser return value * fix typo in presigned url cacheing
10 lines
176 B
YAML
10 lines
176 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: {{ .Values.crawler_namespace }}
|
|
labels:
|
|
release: {{ .Release.Name }}
|
|
annotations:
|
|
"helm.sh/resource-policy": keep
|
|
|