Skip to content

dos-games

This example provides the basis for Zarf’s Retro Arcade tutorial. It deploys a Dos Games arcade into the cluster and provides an easy way to connect and play games.

kind: ZarfPackageConfig
metadata:
name: dos-games
description: Simple example to load classic DOS games into K8s in the airgap
version: 1.2.0
# The documentation key can be utilized to pass information to package consumers
# Commonly used to detail package configuration, or as in this instance, application specific documentation.
documentation:
walkthrough: "secrets.md"
components:
- name: baseline
required: true
manifests:
- name: multi-games
namespace: dos-games
files:
- manifests/deployment.yaml
- manifests/service.yaml
images:
- ghcr.io/zarf-dev/doom-game:0.0.1