mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/riemann] add repo archive notice (#24062)
* [incubator/riemann] add repo archive notice Signed-off-by: Scott Rigby <scott@r6by.com> * [incubator/riemann] use apps/v1 Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
co-authored by
Carlos Panato
parent
0ca0ab7f5c
commit
9e714026fb
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Riemann monitors distributed systems. Riemann aggregates events from your servers and applications with a powerful stream processing language.
|
||||
name: riemann
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
appVersion: 0.2.14
|
||||
keywords:
|
||||
- riemann
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# ⚠️ Repo Archive Notice
|
||||
|
||||
As of Nov 13, 2020, charts in this repo will no longer be updated.
|
||||
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
|
||||
|
||||
# Riemann Helm Chart
|
||||
|
||||
Riemann is an event stream processor for monitoring distributed systems. The
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "riemann.fullname" . }}
|
||||
@@ -9,6 +9,10 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ template "riemann.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user