rename blocky headless service (#167)

This commit is contained in:
Jeff Billimek 2020-03-10 06:44:29 -04:00 committed by GitHub
parent 59456f31ad
commit def0e8c7ed
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: 2.0.0 version: 2.1.0
keywords: keywords:
- blocky - blocky
- dbs - dbs

View File

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: {{ include "blocky.fullname" . }}-headless name: {{ include "blocky.fullname" . }}
labels: labels:
app.kubernetes.io/name: {{ include "blocky.name" . }} app.kubernetes.io/name: {{ include "blocky.name" . }}
helm.sh/chart: {{ include "blocky.chart" . }} helm.sh/chart: {{ include "blocky.chart" . }}