Skip to content

Commit

Permalink
fix: ex dns resources and dns apiToken Linode (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis committed Sep 16, 2024
1 parent d012094 commit 233e73e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 8 additions & 0 deletions helmfile.d/snippets/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ environments:
username: otomi-admin
external-dns:
logLevel: info
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
memory: 64Mi
cpu: 10m

falco:
enabled: false
driver: ebpf
Expand Down
4 changes: 3 additions & 1 deletion values-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,8 @@ properties:
logLevel:
type: string
default: 'info'
resources:
$ref: '#/definitions/resources'
falco:
additionalProperties: false
properties:
Expand Down Expand Up @@ -2572,7 +2574,7 @@ properties:
properties:
linode:
properties:
apiKey:
apiToken:
type: string
x-secret: ''
required:
Expand Down
8 changes: 1 addition & 7 deletions values/external-dns/external-dns.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ podSecurityContext:

priorityClassName: otomi-critical

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
memory: 64Mi
cpu: 10m
resources: {{- $externalDns.resources | toYaml | nindent 4 }}

metrics:
enabled: true
Expand Down

0 comments on commit 233e73e

Please sign in to comment.