Skip to content

Commit

Permalink
chore(charts):[#794] update dtr to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 16, 2024
1 parent 2ad9e41 commit c9d5056
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ appVersion: 0.0.1

dependencies:
- name: digital-twin-registry
version: 0.4.9
version: 0.4.11
repository: https://eclipse-tractusx.github.io/sldt-digital-twin-registry
9 changes: 8 additions & 1 deletion charts/connector/aasregistry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ digital-twin-registry:
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/use-regex: "true"

livenessProbe:
failureThreshold: 10
periodSeconds: 5
initialDelaySeconds: 30
readinessProbe:
failureThreshold: 10
periodSeconds: 5
initialDelaySeconds: 30
resources:
limits:
cpu: 1500m
Expand Down

0 comments on commit c9d5056

Please sign in to comment.