From 439b08791f36f175f9e12f66b69e5f8dfe47b6d7 Mon Sep 17 00:00:00 2001 From: yjl-lgx <33684400+yjl-lgx@users.noreply.github.com> Date: Tue, 27 Mar 2018 03:45:01 +0800 Subject: [PATCH] servie--->service (#4430) * servie--->service * version: 0.1.1 version: 0.1.1 --- incubator/riemann/Chart.yaml | 2 +- incubator/riemann/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/riemann/Chart.yaml b/incubator/riemann/Chart.yaml index aa26fa0204..4156ca3142 100644 --- a/incubator/riemann/Chart.yaml +++ b/incubator/riemann/Chart.yaml @@ -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.0 +version: 0.1.1 appVersion: 0.2.14 keywords: - riemann diff --git a/incubator/riemann/README.md b/incubator/riemann/README.md index 0bf727cdf1..725cd0317d 100644 --- a/incubator/riemann/README.md +++ b/incubator/riemann/README.md @@ -22,7 +22,7 @@ image.repository | Name of the image to run, without the tag. | [raykrueger/riem image.tag | The image tag to use. | 0.2.14 image.pullPolicy | The kubernetes image pull policy. | IfNotPresent service.type | The kubernetes service type to use. | ClusterIP -service.ports.udp | The udp port the servie should listen on. | 5555 +service.ports.udp | The udp port the service should listen on. | 5555 service.ports.tcp | The tcp port the service should listen on. | 5555 service.ports.websocket | The port the service should listen on for use with websockets. | 5556 resources | Any resource constraints to apply. | None