mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +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"
|
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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user