Files
truecharts/charts/incubator/mineos/values.yaml
T
b9d31bce1d feat(mineOS): add mineOS (#3127)
* feat(mineOS): add mineOS

* remove extra ports in mineos

* update mineos

* update mineos questions.yaml

* changed name from mineos to mineos-node

* update mineos

* update mineos and add env variables

* add new lines

* removed whitespace before service variable.

* Update Chart.yaml

* update mineos

* remove line from Chart.yaml

* Update charts/incubator/mineos/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* revert values.yaml image back to dockerhub

* Update charts/incubator/mineos/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/mineos/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-07-11 13:12:10 +02:00

38 lines
783 B
YAML

image:
repository: tccr.io/truecharts/mineos
pullPolicy: IfNotPresent
tag: latest@sha256:dae5c70dd0ec272707cf2eca7758f635ef4d76a177b437e2f7651b6bbcbc0245
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
USER_UID: "{{ .Values.security.PUID }}"
GROUP_GID: "{{ .Values.podSecurityContext.fsGroup }}"
GROUP_NAME: "{{ .Values.secretEnv.USER_NAME }}"
# User Defined
USE_HTTPS: false
secretEnv:
USER_NAME: "mc"
USER_PASSWORD: "CHANGE_ME"
service:
main:
ports:
main:
protocol: HTTP
targetPort: 10278
port: 10278
persistence:
config:
enabled: true
mountPath: "/var/games/minecraft"