mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
fix typo in prometheus port name (#163)
This commit is contained in:
parent
5bdba2161c
commit
018c383c7c
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "v0.5"
|
||||
description: DNS proxy as ad-blocker for local network
|
||||
name: blocky
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
keywords:
|
||||
- blocky
|
||||
- dbs
|
||||
|
@ -12,7 +12,7 @@ spec:
|
||||
type: {{ .Values.servicePrometheus.type }}
|
||||
ports:
|
||||
- port: {{ .Values.servicePrometheus.port }}
|
||||
targetPort: http
|
||||
targetPort: prometheus
|
||||
protocol: TCP
|
||||
name: prometheus
|
||||
selector:
|
||||
|
Loading…
Reference in New Issue
Block a user