things that dont work

This commit is contained in:
nora 2024-02-05 21:46:44 +01:00
parent 860aac046a
commit b5170d4b14
4 changed files with 60 additions and 5 deletions

23
vps1/nginx-test.yaml Normal file
View file

@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- containerPort: 80