chore(deployment): create ingress resource
Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
parent
99efed41e0
commit
17adb05970
16
deployment/ingress.yml
Normal file
16
deployment/ingress.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user