Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/statping/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
namespace: {{ .Release.Namespace }}
labels: {{ include "statping.labels" . | nindent 4 }}
app.kubernetes.io/component: statping
annotations:
{{- if .Values.annotations }}
{{- include "common.tplvalues.render" (dict "value" .Values.annotations "context" $) | nindent 4 }}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down
2 changes: 2 additions & 0 deletions charts/statping/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ podSecurityContext: {}

securityContext: {}

annotations: {}

service:
type: ClusterIP
port: 8080
Expand Down