21 lines
383 B
Plaintext
21 lines
383 B
Plaintext
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" |