Test deployment of minecraft
This commit is contained in:
5
.pre-commit-config.yaml
Normal file
5
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
repos:
|
||||||
|
- repo: https://github.com/google/yamlfmt
|
||||||
|
rev: v0.20.0
|
||||||
|
hooks:
|
||||||
|
- id: yamlfmt
|
||||||
15
base/apps/minecraft.yaml
Normal file
15
base/apps/minecraft.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: minecraft
|
||||||
|
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
sources:
|
||||||
|
- repoURL: https://itzg.github.io/minecraft-server-charts
|
||||||
|
chart: minecraft
|
||||||
|
targetRevision: 5.0.0
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: test
|
||||||
|
syncPolicy: {}
|
||||||
4
base/kustomization.yaml
Normal file
4
base/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- apps/minecraft.yaml
|
||||||
Reference in New Issue
Block a user