Skip to content

Commit

Permalink
fix: added some default resource for puppet-server/db
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Nov 25, 2024
1 parent 518ab12 commit f82edb4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ puppetserver:
name: puppetserver
puppeturl: "https://github.com/Obmondo/LinuxAid.git"
masters:
resources:
requests:
memory: 2048Mi
cpu: 500m
limits:
memory: 2048Mi

ingress:
enabled: false
extraEnv:
PUPPETSERVER_JAVA_ARGS: "-XX:+HeapDumpOnOutOfMemoryError"
PUPPETDB_JAVA_ARGS: "-Xms256m -Xmx256m -XX:+HeapDumpOnOutOfMemoryError"
PUPPETSERVER_MAX_ACTIVE_INSTANCES: 3
PUPPETSERVER_MAX_REQUESTS_PER_INSTANCE: 10000

Expand All @@ -23,6 +30,12 @@ puppetserver:
puppetdb:
enabled: true
name: puppetdb
resources:
requests:
memory: 1024Mi
cpu: 250m
limits:
memory: 1024Mi
extraEnv:
PUPPETDB_POSTGRES_HOSTNAME: puppetserver-pgsql-rw
PUPPETDB_JAVA_ARGS: "-Xms256m -Xmx256m -XX:+HeapDumpOnOutOfMemoryError"
Expand Down

0 comments on commit f82edb4

Please sign in to comment.