[Aider] Phase 0
This commit is contained in:
21
examples/simple-service/workload.kat
Normal file
21
examples/simple-service/workload.kat
Normal 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"
|
Reference in New Issue
Block a user