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