Files
truecharts/charts/stable/minecraft-proxy/values.yaml
T
Xstar97TheNoob 7cd35e423c feat(minecraft-proxy) move minecraft-proxy to stable (#28571)
**Description**
Move chart to stable.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

- [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
- [ ] 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-10-30 08:48:36 +01:00

70 lines
1.8 KiB
YAML

image:
repository: ghcr.io/itzg/mc-proxy
tag: java21-2024.6.0@sha256:26dbf2405bc75d9cc21e8c52ee767c9c72b50e2f409cbd8e39221fa410e26150
pullPolicy: Always
j11Image:
repository: ghcr.io/itzg/mc-proxy
tag: java11-2024.6.0@sha256:185b4ef86234965aa95902e89f398015044fbb3b1084606b7f2eb772d87bee25
pullPolicy: Always
j8Image:
repository: ghcr.io/itzg/mc-proxy
tag: java8-2022.4.1@sha256:e72d8dae94476695b8d7b7d0d4093d57ce4dc4d7dc54fd08e8d386ad75c62a05
pullPolicy: Always
service:
main:
ports:
main:
port: 25565
targetPort: 25577
rcon:
enabled: true
ports:
rcon:
enabled: true
port: 25578
workload:
main:
podSpec:
containers:
main:
imageSelector: image
tty: true
stdin: true
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
RCON_PASSWORD: "secretrconpass"
TYPE: "BUNGEECORD"
ONLINE_MODE: false
MEMORY: 512M
INIT_MEMORY: 512M
MAX_MEMORY: 512M
NETWORKADDRESS_CACHE_TTL: 60
REPLACE_ENV_VARIABLES: false
ENV_VARIABLE_PREFIX: "CFG_"
# GENERIC_PACKS: "configs-v9.0.1,mods-v4.3.6"
# GENERIC_PACKS_PREFIX: "https://cdn.example.org/"
# GENERIC_PACKS_SUFFIX="".zip"
# JVM_OPTS: ""
# JVM_XX_OPTS: ""
# PLUGINS: ""
persistence:
config:
enabled: true
mountPath: "/config"
server:
enabled: true
mountPath: "/server"
plugins:
enabled: true
mountPath: "/plugins"
portal:
open:
enabled: false