Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Fixes #28: Update Minecraft Helm chart repo and values.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 28, 2020
1 parent 5de24f7 commit 084fbc1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions roles/minecraft/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
kind: Namespace
state: present

- name: Add stable chart repo.
- name: Add itzg chart repo.
helm_repository:
name: stable
repo_url: "https://kubernetes-charts.storage.googleapis.com"
name: itzg
repo_url: "https://itzg.github.io/minecraft-server-charts/"

- name: Deploy Minecraft Helm chart.
helm:
name: minecraft
chart_ref: stable/minecraft
chart_version: '1.2.2'
chart_ref: itzg/minecraft
chart_version: '2.0.7'
release_namespace: minecraft
state: present
values:
imageTag: armv7
imageTag: multiarch
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 10
Expand All @@ -30,7 +30,7 @@
failureThreshold: 180
minecraftServer:
eula: true
version: '1.15.2'
version: "LATEST"
Difficulty: easy
motd: "Welcome to Minecraft on Turing Pi!"
# These settings should help the server run better on underpowered Pis.
Expand Down

0 comments on commit 084fbc1

Please sign in to comment.