Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
aaf
/
certservice
/
d04314864e90fb138a050b44b86f15c655322714
/
.
/
certService
/
helm
/
aaf-cert-service
/
templates
/
service.yaml
blob: f3c0ee0c69f1e3e96756220b17c0df3df89b55ce [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
Service
metadata:
name:
{{ .Chart.Name }}
spec:
type:
{{ .Values.service.type }}
selector:
app:
{{ .Values.appLabel }}
ports:
-
protocol:
TCP
port:
{{ .Values.containerPort }}