Skip to content

Commit

Permalink
add working ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Dec 27, 2023
1 parent 80061a1 commit 9c16b0c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions deploy/kube/OdbDesignServer/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: odbdesign-server-ingress
spec:
rules:
- http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: odbdesign-server
port:
name: ods-svc-port

0 comments on commit 9c16b0c

Please sign in to comment.