fix(notes and values): again
This commit is contained in:
		| @@ -8,9 +8,9 @@ metadata: | |||||||
|     release: {{ .Release.Name }} |     release: {{ .Release.Name }} | ||||||
|     heritage: {{ .Release.Service }} |     heritage: {{ .Release.Service }} | ||||||
| spec: | spec: | ||||||
|   type: {{ .Values.httpd.type }} |   type: {{ .Values.service.type }} | ||||||
|   ports: |   ports: | ||||||
|     - port: {{ .Values.httpd.port }} |     - port: {{ .Values.service.port }} | ||||||
|       targetPort: http |       targetPort: http | ||||||
|       protocol: TCP |       protocol: TCP | ||||||
|       name: http |       name: http | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user