Luanti
This commit is contained in:
parent
148f933eb5
commit
38e9886155
19
tasks/luanti.yaml
Normal file
19
tasks/luanti.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
# 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
|
@ -3,4 +3,4 @@
|
||||
- name: Deploy
|
||||
include_tasks: "{{ item }}"
|
||||
loop:
|
||||
- gitea.yaml
|
||||
- luanti.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user