chore(deployment): create ingress resource

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-06-29 18:53:54 -07:00
parent 99efed41e0
commit 17adb05970
No known key found for this signature in database
GPG Key ID: 1A44596652153B27

16
deployment/ingress.yml Normal file
View File

@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: katbin-ingress
spec:
rules:
- host: testapi.katb.in
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: katbin-service
port:
number: 80