Skip to content

Commit

Permalink
fix verify step; make generate after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Nov 26, 2024
1 parent d711867 commit b35170c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
containerPolicies:
- containerName: '*'
controlledValues: RequestsOnly
controlledResources: [memory]
minAllowed:
memory: {{ .Values.vpa.minAllowed.memory }}
{{- end }}
12 changes: 11 additions & 1 deletion charts/internal/cert-management-garden-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ dnsChallengeOnShoot:
enabled: false
deployOnGardenRuntime: true

defaultIssuer:
name: garden

configuration:
# propagationTimeout: 60s # TTL for DNS01 challenges
serverPortHttp: 10258
Expand Down Expand Up @@ -74,4 +77,11 @@ issuers:
# - my.domain.com
# exclude:
# - private.my.domain.com
# requestsPerDayQuota: 10
# requestsPerDayQuota: 10

vpa:
enabled: true
minAllowed:
memory: 20Mi
updatePolicy:
updateMode: "Auto"

0 comments on commit b35170c

Please sign in to comment.