1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/conformance/chainsaw/globalcontext/gctxentry-not-exist/main-deployment.yaml
Khaled Emara aceb7d5068
feat(gctx): retry logic (#10796)
Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>
2024-08-21 19:32:58 +00:00

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