Files
reynold 0be6ee5d42 feat: seed Lariza feature demonstration
Add synthetic fixtures and proposed policy contracts for safely demonstrating future Lariza capabilities.

Assisted-by: Codex: GPT-5.6
2026-07-18 20:21:39 +08:00

28 lines
758 B
YAML

apiVersion: delivery.lariza.dev/v1alpha1
kind: EnvironmentSetIntent
metadata:
name: sample-promotion-path
spec:
environments:
- name: development
tier: development
approvals: 0
- name: staging
tier: staging
approvals: 1
requiredChecks: [integration-tests]
- name: production
tier: production
approvals: 2
disallowSelfApproval: true
requiredGroups: [service-owner, operations]
requiredChecks: [security-gate, change-window, gitops-ready]
freezeWindows:
- name: weekend-freeze
timezone: Asia/Manila
expression: 'Fri 18:00-Mon 08:00'
emergencyBypass:
requireReason: true
requireIncident: true
notify: [governance-owners]