Files
k7/examples/k7.yaml
T
G 13fafe0997 Release 0.4.0
Per-key node pins, k7d-fc pause/resume/exec, and HA-soak fixes. Playbook
pins k7d 0.7.0. GitHub .deb, Launchpad PPA, and PyPI k7-sdk are 0.4.0.
2026-09-19 23:22:14 +02:00

14 lines
399 B
YAML

name: demo
image: alpine:3.20
namespace: default
# node_name: k7-node-01 # copy NAME from `k7 nodes list` (Linux hostname); dedicate to lock others out
backend: k7d
limits:
cpu: "1"
memory: "1Gi"
before_script: |
# Installing curl. Egress is open during before_script, then restricted
# (empty whitelist) afterwards. 128Mi is too small for a VM sandbox.
apk add curl
egress_whitelist: []