[Aider] Phase 0

This commit is contained in:
2025-05-10 18:18:58 -04:00
parent 2f0debf608
commit 1ae06781d6
14 changed files with 4438 additions and 55 deletions

View File

@ -0,0 +1,21 @@
apiVersion: kat.dws.rip/v1alpha1
kind: Workload
metadata:
name: my-simple-nginx
namespace: default
spec:
type: SERVICE
source:
image: "nginx:latest"
replicas: 2
restartPolicy:
condition: ALWAYS
container:
name: nginx-container
resources:
requests:
cpu: "50m"
memory: "64Mi"
limits:
cpu: "100m"
memory: "128Mi"