Files
truecharts/charts/unstable/inventree/values.yaml
T
Kjeld SchoutenandGitHub 1dd63997c4 Incubator testing (#15844)
**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)-->

**⚙️ Type of change**

- [ ] ⚙️ 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
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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-12 16:54:42 +01:00

77 lines
1.7 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: inventree/inventree
tag: 0.12.8@sha256:b06f1e93beed3df06fd1e88bf06579cddcf8c24597f2aef6edc92dc06e0f932b
inventree:
credentials:
admin_mail: test@example.com
admin_password: secret
admin_user: testuser
general:
debug: false
log_level: INFO
login_attempts: 5
login_confirm_days: 3
plugins_enabled: false
mail:
backend: django.core.mail.backends.smtp.EmailBackend
host: ""
password: ""
port: 587
sender: ""
ssl: false
tls: false
username: ""
nginxImage:
pullPolicy: IfNotPresent
repository: nginx
tag: 1.25.3@sha256:86e53c4c16a6a276b204b0fd3a8143d86547c967dc8258b3d47c3a21bb68d3c6
persistence:
data:
enabled: true
mountPath: /home/inventree/data
inventree-nginx:
enabled: true
mountPath: /etc/nginx/conf.d
noMount: true
type: custom
volumeSpec:
configMap:
items:
- key: nginx.conf
path: default.conf
name: '{{ include "tc.common.names.fullname" . }}-inventree-config-nginx'
portal:
open:
enabled: true
postgresql:
enabled: true
existingSecret: dbcreds
postgresqlDatabase: inventree
postgresqlUsername: inventree
redis:
enabled: true
existingSecret: rediscreds
redisUsername: default
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
service:
main:
ports:
main:
port: 10231
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-inventree-secret'
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-inventree-config'