fix typo in prometheus port name (#163)

This commit is contained in:
Jeff Billimek 2020-03-08 13:43:32 -04:00 committed by GitHub
parent 5bdba2161c
commit 018c383c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.5" appVersion: "v0.5"
description: DNS proxy as ad-blocker for local network description: DNS proxy as ad-blocker for local network
name: blocky name: blocky
version: 1.1.1 version: 1.1.2
keywords: keywords:
- blocky - blocky
- dbs - dbs

View File

@ -12,7 +12,7 @@ spec:
type: {{ .Values.servicePrometheus.type }} type: {{ .Values.servicePrometheus.type }}
ports: ports:
- port: {{ .Values.servicePrometheus.port }} - port: {{ .Values.servicePrometheus.port }}
targetPort: http targetPort: prometheus
protocol: TCP protocol: TCP
name: prometheus name: prometheus
selector: selector: