Files
truecharts/charts/stable/storj-node/values.yaml
T
Alfred GöppelandGitHub 363b4dbd44 fix(charts): Broken images (#32433)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 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
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2025-02-22 08:26:07 -05:00

54 lines
1.0 KiB
YAML

image:
repository: docker.io/storjlabs/storagenode
tag: latest@sha256:21ca0ac819d1d66240830d28097eeb693923e51383aa3bb07bf823f9fad1f6e9
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 14002
targetPort: 14002
coretcp:
enabled: true
ports:
coretcp:
enabled: true
protocol: tcp
port: 28967
targetPort: 28967
coreudp:
enabled: true
ports:
coreudp:
enabled: true
protocol: udp
port: 28967
targetPort: 28967
persistence:
identity:
enabled: true
mountPath: "/app/identity"
storage:
enabled: true
mountPath: "/app/config"
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
SETUP: true
EMAIL: ""
ADDRESS: ""
STORAGE: "500GB"
WALLET: "walletaddress"