TrueChartsClone/charts/incubator/docuseal/values.yaml

54 lines
973 B
YAML
Raw Permalink Normal View History

feat(docuseal): Add Docuseal (#21453) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> It solves https://github.com/truecharts/charts/issues/21452. It is possible to use an external psql database. However, I think it is a little over complicated for no real need beside if you are a company with many users. At the moment, this Helm chart supports sqlite by default. It is possible to use an external database by adding a custom environment variable (cf [link](https://github.com/docusealco/docuseal/blob/master/docker-compose.yml)). **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> Tested locally using Helm commands, on a TrueNAS system. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` There is no icon.png in Chart folder, but webp images. I added them for this Helm chart. --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-05-19 14:07:42 +00:00
image:
repository: docuseal/docuseal
tag: 1.7.2@sha256:e76edcd9e2488f032570a108248b20010cfb6f9f71c16067d40e67b0988e6e18
feat(docuseal): Add Docuseal (#21453) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> It solves https://github.com/truecharts/charts/issues/21452. It is possible to use an external psql database. However, I think it is a little over complicated for no real need beside if you are a company with many users. At the moment, this Helm chart supports sqlite by default. It is possible to use an external database by adding a custom environment variable (cf [link](https://github.com/docusealco/docuseal/blob/master/docker-compose.yml)). **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> Tested locally using Helm commands, on a TrueNAS system. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` There is no icon.png in Chart folder, but webp images. I added them for this Helm chart. --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-05-19 14:07:42 +00:00
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10310
protocol: http
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
persistence:
data:
enabled: true
mountPath: /data
portal:
open:
enabled: true
cnpg:
main:
enabled: true
user: docuseal
database: docuseal