Files
truecharts/charts/unstable/wger/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

88 lines
2.0 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: wger/server
tag: latest@sha256:71bbd3c4185f7a92bd0d95b928a019fa76d2b88f629c918a7627fbbaa632e64e
nginxImage:
pullPolicy: IfNotPresent
repository: nginx
tag: 1.25.3@sha256:86e53c4c16a6a276b204b0fd3a8143d86547c967dc8258b3d47c3a21bb68d3c6
persistence:
media:
enabled: true
mountPath: /home/wger/media
static:
enabled: true
mountPath: /home/wger/static
type: emptyDir
wger-config:
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" . }}-wger-nginx-config'
portal:
open:
enabled: true
postgresql:
enabled: true
existingSecret: dbcreds
postgresqlDatabase: wger
postgresqlUsername: wger
redis:
enabled: true
existingSecret: rediscreds
redisDatabase: "0"
redisUsername: default
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 1000
runAsNonRoot: false
runAsUser: 1000
pod:
fsGroup: 1000
service:
main:
ports:
main:
port: 10249
wger:
captcha:
nocaptcha: true
recaptha_private_key: ""
recaptha_public_key: ""
general:
allow_guest_users: true
allow_registration: true
allow_upload_videos: true
django_debug: false
django_perform_migrations: true
download_exercise_images_on_startup: false
exercise_cache_ttl: "3600"
site_url: http://localhost:8000
sync_exercises_on_startup: false
mail:
email_host: ""
email_host_password: password
email_host_user: username
email_port: 587
email_use_ssl: false
email_use_tls: false
enable_email: false
from_email: ""
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-wger-secret'
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-wger-configmap'