This commit is contained in:
2026-04-08 20:22:14 +07:00
commit 34fbdd1412
96 changed files with 5321 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: pod-good
namespace: default
labels:
app: my-application # лейбл присутствует — политика пропустит
spec:
containers:
- name: nginx
image: nginx:1.25