github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/yolo/jackal.yaml (about)

     1  kind: JackalPackageConfig
     2  metadata:
     3    name: yolo
     4    yolo: true
     5    description: Game example in YOLO (online-only) mode that can be deployed without a Jackal cluster
     6  
     7  components:
     8    - name: yolo-games
     9      required: true
    10      manifests:
    11        - name: multi-games
    12          namespace: jackal-yolo-example
    13          files:
    14            - ../dos-games/manifests/deployment.yaml
    15            - ../dos-games/manifests/service.yaml
    16      actions:
    17        onDeploy:
    18          after:
    19            - wait:
    20                cluster:
    21                  kind: deployment
    22                  name: game
    23                  namespace: jackal-yolo-example
    24                  condition: available