Add 17th practice

This commit is contained in:
Pavel Selivanov
2021-11-25 00:32:54 +03:00
parent 6198d94dee
commit 207030b49b
15 changed files with 741 additions and 0 deletions
@@ -0,0 +1,24 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: php-apache
name: php-apache
spec:
replicas: 1
selector:
matchLabels:
app: php-apache
template:
metadata:
labels:
app: php-apache
spec:
containers:
- image: k8s.gcr.io/hpa-example
name: hpa-example
resources:
requests:
cpu: 100m
...