mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[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:
parent
53ca0dfafd
commit
85c7673e31
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: statping
|
||||
description: Status page for monitoring your websites and applications
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
appVersion: v0.90.65
|
||||
keywords:
|
||||
- statping
|
||||
|
@ -4,6 +4,10 @@ metadata:
|
||||
name: {{ include "statping.fullname" . }}
|
||||
labels:
|
||||
{{- include "statping.labels" . | nindent 4 }}
|
||||
{{- with .Values.service.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user