df31030641
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/minekube/gate | digest | `e060bf9` → `8e3faa6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9taW5lY3JhZnQtZ2F0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/minekube/gate
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:8e3faa67bf0533a35fab457d5173b1046589eb5692212c43d1035f2cea7fa67f
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
protocol: tcp
|
|
port: 25565
|
|
query:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 25565
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
tty: true
|
|
stdin: true
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
# https://gate.minekube.com/guide/lite.html
|
|
# https://gate.minekube.com/guide/config/
|
|
configmap:
|
|
config:
|
|
enabled: true
|
|
data:
|
|
config.yml: |
|
|
config:
|
|
bind: 0.0.0.0:{{ .Values.service.main.ports.main.port }}
|
|
query:
|
|
enabled: true
|
|
port: {{ .Values.service.main.ports.query.port }}
|
|
showPlugins: false
|
|
lite:
|
|
enabled: true
|
|
routes:
|
|
- host: minecraft.local
|
|
backend: localhost:25565
|
|
persistence:
|
|
config-file:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: config
|
|
mountPath: /config.yml
|
|
subPath: config.yml
|