mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
28 lines
601 B
YAML
Executable file
28 lines
601 B
YAML
Executable file
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: main-deployment
|
|
namespace: test-globalcontext-gctxentry-not-exist
|
|
labels:
|
|
app: main-deployment
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: main-deployment
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: main-deployment
|
|
spec:
|
|
containers:
|
|
- name: pause
|
|
image: registry.k8s.io/pause:latest
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 10Mi
|
|
limits:
|
|
cpu: 10m
|
|
memory: 10Mi
|
|
terminationGracePeriodSeconds: 0
|