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,18 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: hpa-v2-test
spec:
rules:
- host: hpa-v2-test.<External Ingress IP>.nip.io
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: hpa-v2-test
port:
number: 80
...