-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzarf.yaml
41 lines (39 loc) · 1.07 KB
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
kind: ZarfPackageConfig
metadata:
name: minecraft
description: Run a minecraft server
version: 0.0.1
components:
- name: flux
description: Installs the flux CRDs / controllers to use flux-based deployments in the cluster
required: true
manifests:
- name: flux-crds
namespace: flux
files:
- flux-install.yaml
images:
- ghcr.io/fluxcd/source-controller:v0.36.1
- ghcr.io/fluxcd/helm-controller:v0.32.1
- ghcr.io/fluxcd/kustomize-controller:v0.35.1
- ghcr.io/fluxcd/notification-controller:v0.33.0
- name: minecraft-helm
required: true
manifests:
- name: minecraft-flux
namespace: minecraft
files:
- minecraft-source.yaml
repos:
- https://github.com/itzg/minecraft-server-charts.git
images:
- docker.io/itzg/minecraft-server:latest
# actions:
# onDeploy:
# after:
# - wait:
# cluster:
# kind: pod
# namespace: minecraft
# name: app=minecraft
# condition: ready