BorisPolonsky / dify-helm

Deploy langgenious/dify, an LLM based app on kubernetes with helm chart
MIT License
130 stars 29 forks source link

Explicitly Include Affinity & Toleration Options in PostgresSQL #72

Closed Shomu-Maersk closed 1 month ago

Shomu-Maersk commented 1 month ago

Describe the bug No example values were there for postgressql (master/ replicas) for tolerations & affinity.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'values.yaml'
  2. Go to line 289 & 308 there is no example for people to add their config for tolerations & affinity
  3. The PR https://github.com/BorisPolonsky/dify-helm/pull/71 will solve it

Expected behavior Having example with values the places for tolerations & affinity.

Additional context Please review and if this meets the standards marge it :) Best - Shomu