Ajout de la presentation et des manifests de deploiement

This commit is contained in:
2023-04-23 17:27:59 +02:00
parent 9cc2a55a4e
commit 7aed364c7e
9 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
apiVersion: v1
kind: Namespace
metadata:
name: test
---
apiVersion: v1
kind: Pod
metadata:
name: test-pod
namespace: test
labels:
name: test
spec:
containers:
- name: shell-container
image: registry.wanono-corp.com/capgemini/friday-booster-2023/proxy-shell:1.0.0
command:
- sleep
- infinity
resources:
limits:
memory: "128Mi"
cpu: "500m"