Onix Version 0.2 - migrate from beckn-utilities

This commit is contained in:
Venkatesh Babu
2024-03-18 17:12:46 +05:30
parent 8570746b0c
commit 48c80712a2
39 changed files with 2417 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: beckn-ingress
spec:
rules:
- host: localhost
http:
paths:
- path: /registry
pathType: Prefix
backend:
service:
name: registry-service
port:
number: 3000
- path: /gateway
pathType: Prefix
backend:
service:
name: gateway-service
port:
number: 4000
# Repeat the above structure for other services