Skip to content

Commit

Permalink
Merge pull request #20 from MediaMarktSaturn/dtrack/UseDedicatedHealt…
Browse files Browse the repository at this point in the history
…hEndpointsAndEnableMetrics

[Dependency-Track] Use apiserver health probes and enable metrics
  • Loading branch information
heubeck authored May 8, 2023
2 parents 1553c06 + 22e83d4 commit 71dda79
Show file tree
Hide file tree
Showing 9 changed files with 2,592 additions and 7 deletions.
29 changes: 29 additions & 0 deletions chart-tests/dependency-track/ci/test-monitoring-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiserver:
resources:
requests:
cpu: "100m"
memory: 1024Mi
storage:
class: "standard"
size: "10Mi"
metrics:
enabled: true
grafana:
dashboard: true
serviceMonitor:
enabled: true

frontend:
resources:
requests:
cpu: "100m"
memory: "128Mi"
configEnvFrom: []
secretEnvFrom: []
configuration: {}
service:
annotations: {}
type: ClusterIP

ingress:
enabled: false
2 changes: 2 additions & 0 deletions chart-tests/dependency-track/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ apiserver:
storage:
class: "standard"
size: "10Mi"
metrics:
enabled: false

frontend:
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency-track/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: MediaMarktSaturn
url: https://github.com/MediaMarktSaturn
appVersion: 4.8.0
version: 1.2.1
version: 1.3.0
Loading

0 comments on commit 71dda79

Please sign in to comment.