Code Review
/
it
/
dep.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d7b63abc74ba690d1a78afa2b31306f5b40d477f
[it/dep.git]
/
ric-platform
/
50-RIC-Platform
/
helm
/
a1mediator
/
templates
/
ingress-a1mediator.yaml
1
apiVersion: extensions/v1beta1
2
kind: Ingress
3
metadata:
4
name: {{ include "common.ingressname.a1mediator" . }}
5
spec:
6
rules:
7
- http:
8
paths:
9
- path: /a1mediator
10
backend:
11
serviceName: {{ include "common.servicename.a1mediator.http" . }}
12
servicePort: {{ .Values.a1mediator.service.http.port }}