20 lines
432 B
YAML
20 lines
432 B
YAML
---
|
|
# tasks file for luanti
|
|
- name: Deploy Luanti
|
|
kubernetes.core.helm:
|
|
name: luanti
|
|
chart_ref: oci://tccr.io/truecharts/minetest
|
|
release_namespace: luanti
|
|
create_namespace: true
|
|
values:
|
|
service:
|
|
main:
|
|
type: LoadBalancer
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
CLI_ARGS: --gameid minetest_game
|