Skip to content

Commit

Permalink
RHINENG-10941: setup candlepin env
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Jun 27, 2024
1 parent a6f5236 commit a1c3c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ objects:
name: patchman-db-readonly}}}
- {name: DB_PORT_READ_REPLICA, valueFrom: {secretKeyRef: {key: db.port,
name: patchman-db-readonly}}}
- {name: CANDLEPIN_ADDRESS, value: '${CANDLEPIN_ADDRESS}'}
- {name: CANDLEPIN_CERT, valueFrom: {secretKeyRef: {name: candlepin, key: cert}}}
- {name: CANDLEPIN_KEY, valueFrom: {secretKeyRef: {name: candlepin, key: key}}}
- {name: DB_READ_REPLICA_ENABLED, value: '${DB_READ_REPLICA_ENABLED}'}
- {name: DB_WORK_MEM, value: '${DB_WORK_MEM}'}
- {name: KAFKA_GROUP, value: patchman}
Expand Down Expand Up @@ -501,6 +504,7 @@ parameters:
- {name: RES_REQUEST_CPU_MANAGER, value: 200m}
- {name: RES_REQUEST_MEM_MANAGER, value: 256Mi}
- {name: RESPONSE_TIMEOUT, value: '60'}
- {name: CANDLEPIN_ADDRESS, value: 'http://candlepin'}
- {name: DB_READ_REPLICA_ENABLED, value: 'TRUE'}
- {name: ENABLE_PROFILER_MANAGER, value: 'false'}
- {name: GOMEMLIMIT_MANAGER, value: '230MiB'} # set to 90% of the default memory limit 256Mi (don't forget `B`)
Expand Down

0 comments on commit a1c3c6d

Please sign in to comment.