[statping] Allow annotations in service (#58)

* Statping: allow annotations in service

* Bump chart version to 1.0.1

Co-authored-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Gallardo994 2020-09-22 15:12:04 +03:00 committed by GitHub
parent 53ca0dfafd
commit 85c7673e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: statping name: statping
description: Status page for monitoring your websites and applications description: Status page for monitoring your websites and applications
type: application type: application
version: 1.0.0 version: 1.0.1
appVersion: v0.90.65 appVersion: v0.90.65
keywords: keywords:
- statping - statping

View File

@ -4,6 +4,10 @@ metadata:
name: {{ include "statping.fullname" . }} name: {{ include "statping.fullname" . }}
labels: labels:
{{- include "statping.labels" . | nindent 4 }} {{- include "statping.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports: