Skip to content

Commit

Permalink
Adds image
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Oct 25, 2023
1 parent c17edc6 commit 80be135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
imagePullPolicy: {{ .Values.insightsTrivy.image.pullPolicy }}
resources:
{{- toYaml .Values.insightsTrivy.resources | nindent 10 }}
command: ["trivy", "server", "--cache-dir=/tmp", "--listen=0.0.0.0:4954", "-d"]
ports:
- containerPort: 4954
protocol: TCP
Expand Down
3 changes: 3 additions & 0 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,9 @@ insightsHandler:
# targetMemoryUtilizationPercentage: 80

insightsTrivy:
image:
repository: aquasec/trivy
tag: latest
enabled: false
service:
type: ClusterIP
Expand Down

0 comments on commit 80be135

Please sign in to comment.