We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HPA to the Chart templates for enterprise. The following snippet was created by a user for Anchore Engine in the template:
--- apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: name: {{ .Release.Name }}-hpa-analyzer labels: app: {{ .Release.Name }}-anchore-engine chart: {{ .Chart.Name }}-{{ .Chart.Version }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: maxReplicas: {{ .Values.anchoreHorizontalAutoScaler.maxReplicas }} minReplicas: {{ .Values.anchoreHorizontalAutoScaler.minReplicas }} targetCPUUtilizationPercentage: {{ .Values.anchoreHorizontalAutoScaler.targetCpu }} scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: {{ .Release.Name }}-anchore-engine-analyzer
The text was updated successfully, but these errors were encountered:
This would be a useful feature for the federal space.
Sorry, something went wrong.
Merge pull request #90 from anchore/svietry/reports
61af383
feat: added config values for runtime report generation
No branches or pull requests
Add support for HPA to the Chart templates for enterprise. The following snippet was created by a user for Anchore Engine in the template:
The text was updated successfully, but these errors were encountered: