Files
truecharts/charts/stable/amule/values.yaml
T
Xstar97TheNoobandGitHub 9ac55b4d14 feat(amule) update amule to a new image and made changes to the values.yaml (#28676)
**Description**
Updated the image to a semVer image and updated the config to reflect
the changes.
⚒️ Fixes  #23543

**⚙️ 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:**
<!-- 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
- [ ] #️⃣ 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
- [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`

---

_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._
2024-11-01 12:12:37 +01:00

82 lines
1.7 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/ngosang/amule
tag: 2.3.3-18test@sha256:3ef93d32a37bf73b22330b310112b4db42b78514930e217a3040980c4f36ee80
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 4711
protocol: http
targetPort: 4711
remote:
enabled: true
ports:
gui:
enabled: true
port: 4712
protocol: tcp
targetPort: 4712
ed2k:
enabled: true
ports:
tcp:
enabled: true
port: 4662
protocol: tcp
targetPort: 4662
# ed2k global search udp (tcp port +3)
udp:
enabled: true
port: 4665
protocol: udp
targetPort: 4665
udp2:
enabled: true
port: 4672
protocol: udp
targetPort: 4672
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
WEBUI_PWD: ""
GUI_PWD: ""
MOD_AUTO_RESTART_ENABLED: true
MOD_AUTO_RESTART_CRON: "0 6 * * *"
# MOD_AUTO_SHARE_ENABLED: false
# MOD_AUTO_SHARE_DIRECTORIES=/incoming;/my_movies
# MOD_FIX_KAD_GRAPH_ENABLED=true
# MOD_FIX_KAD_BOOTSTRAP_ENABLED=true
persistence:
config:
enabled: true
mountPath: /home/amule/.aMule
complete:
enabled: true
mountPath: /incoming
incomplete:
enabled: true
mountPath: /temp
portal:
open:
enabled: true