diff --git a/httpd/v1.0.0/templates/service.yaml b/httpd/v1.0.0/templates/service.yaml index 3a7f457..18a3380 100644 --- a/httpd/v1.0.0/templates/service.yaml +++ b/httpd/v1.0.0/templates/service.yaml @@ -8,9 +8,9 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: - type: {{ .Values.httpd.type }} + type: {{ .Values.service.type }} ports: - - port: {{ .Values.httpd.port }} + - port: {{ .Values.service.port }} targetPort: http protocol: TCP name: http