init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: pod-before-mutation
|
||||
namespace: default
|
||||
# нет лейблов managed-by, monitored, cost-center
|
||||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: nginx:1.25.3
|
||||
# нет resources.requests — будут добавлены мутацией
|
||||
# нет securityContext — будет добавлен мутацией
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
Reference in New Issue
Block a user