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"
description: DNS proxy as ad-blocker for local network
name: blocky
version: 2.0.0
version: 2.1.0
keywords:
- blocky
- dbs

View File

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