Season II Configuration (#10)
Configured initial mods and copied main task from ansible-role-eom. Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
---
|
||||
# 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
|
||||
externalTrafficPolicy: Local
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
CLI_ARGS: --gameid minetest_game
|
||||
@@ -1,2 +1,20 @@
|
||||
---
|
||||
# tasks file for ansible-role-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
|
||||
externalTrafficPolicy: Local
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
CLI_ARGS: "--gameid minetest_game --worldname {{ worldname }}"
|
||||
|
||||
Reference in New Issue
Block a user