Files
truecharts/charts/incubator/lenpaste/values.yaml
T
Kjeld SchoutenandGitHub 23a23f516a chore(incubator): BREAKING CHANGE move to latest common (#15841)
**Description**
This provides the primary changes to values.yaml and Chart.yaml to
migrate from old to new common for the incubator train


**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 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
-->

**📃 Notes:**

This PR is likely not functional and breaking most of these charts.
However, this allows easier filtering and fixing by others instead of
doing these migration changes one-by-one for 350 charts

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_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._
2023-12-07 15:26:46 +01:00

41 lines
1.0 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: git.lcomrade.su/root/lenpaste
tag: 1.1.1@sha256:4ff3aaf27d6c21a157b2220f778fb91efc66e7b3222a9f7de88ad5a2e426704f
persistence:
data:
enabled: true
mountPath: /data
portal:
enabled: true
postgresql:
enabled: true
existingSecret: dbcreds
postgresqlDatabase: lenpaste
postgresqlUsername: lenpaste
service:
main:
ports:
main:
port: 10326
protocol: HTTP
workload:
main:
podSpec:
containers:
main:
env:
LENPASTE_ADDRESS: :{{ .Values.service.main.ports.main.port }}
LENPASTE_ADMIN_MAIL: admin@example.com
LENPASTE_ADMIN_NAME: admin
LENPASTE_BODY_MAX_LENGTH: 10000
LENPASTE_DB_CLEANUP_PERIOD: 3h
LENPASTE_DB_DRIVER: postgres
LENPASTE_DB_SOURCE:
secretKeyRef:
key: urlnossl
name: dbcreds
LENPASTE_MAX_PASTE_LIFETIME: unlimited
LENPASTE_ROBOTS_DISALLOW: true
LENPASTE_TITLE_MAX_LENGTH: 100