AAF 2.1.15 with AutoGen Certs and Config
[oom.git] / kubernetes / aaf / charts / aaf-hello / templates / service.yaml
index 102e85d..ab89171 100644 (file)
@@ -24,8 +24,8 @@ metadata:
     heritage: {{ .Release.Service }}
 spec:
   ports:
-    - port: {{ .Values.global.aaf.hello.internal_port }}
-      nodePort: {{ .Values.global.aaf.hello.public_port }}
+    - port: {{ .Values.service.port }}
+      nodePort: {{ .Values.service.public_port }}
       name: aaf-hello
   selector:
     app: {{ include "common.name" . }}