Test deployment of minecraft
This commit is contained in:
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: {}
|
||||
Reference in New Issue
Block a user