Added minecraft for testing
This commit is contained in:
parent
fdf125dc28
commit
2679341bd6
|
@ -8,3 +8,4 @@ resources:
|
|||
|
||||
- ./whoami.yaml
|
||||
- ./akri-demo.yaml
|
||||
- ./minecraft
|
||||
|
|
24
apps/minecraft/helmrelease.yaml
Normal file
24
apps/minecraft/helmrelease.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: minecraft
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: minecraft
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: minecraft
|
||||
version: 4.23.6
|
||||
interval: 1m0s
|
||||
values:
|
||||
minecraftServer:
|
||||
eula: true
|
||||
difficulty: hard
|
||||
serviceType: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
persistence:
|
||||
dataDir:
|
||||
enabled: true
|
||||
Size: 10Gi
|
7
apps/minecraft/helmrepository.yaml
Normal file
7
apps/minecraft/helmrepository.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: minecraft
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: https://itzg.github.io/minecraft-server-charts/
|
7
apps/minecraft/kustomization.yaml
Normal file
7
apps/minecraft/kustomization.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: minecraft
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrepository.yaml
|
||||
- helmrelease.yaml
|
4
apps/minecraft/namespace.yaml
Normal file
4
apps/minecraft/namespace.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: minecraft
|
Loading…
Reference in New Issue
Block a user