aboutsummaryrefslogtreecommitdiffstats
path: root/certService/helm/aaf-cert-service/templates/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'certService/helm/aaf-cert-service/templates/service.yaml')
-rw-r--r--certService/helm/aaf-cert-service/templates/service.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/certService/helm/aaf-cert-service/templates/service.yaml b/certService/helm/aaf-cert-service/templates/service.yaml
new file mode 100644
index 00000000..fba7e5fa
--- /dev/null
+++ b/certService/helm/aaf-cert-service/templates/service.yaml
@@ -0,0 +1,11 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: {{ .Chart.Name }}-service
+spec:
+ type: {{ .Values.service.type }}
+ selector:
+ app: {{ .Values.appLabel }}
+ ports:
+ - protocol: TCP
+ port: {{ .Values.containerPort }} \ No newline at end of file