Support apm-server 7.0.0 (#13269)

Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>
This commit is contained in:
Théo Mathieu
2019-05-13 05:22:12 -07:00
committed by Kubernetes Prow Robot
parent 1077eccc25
commit 3f49472e64
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ apiVersion: v1
description: The server receives data from the Elastic APM agents and stores the data into a datastore like Elasticsearch
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
name: apm-server
version: 2.0.1
appVersion: 6.6.2
version: 2.1.0
appVersion: 7.0.0
home: https://www.elastic.co/solutions/apm
sources:
- https://www.elastic.co/guide/en/apm/get-started/current/index.html
+2 -2
View File
@@ -53,12 +53,12 @@ spec:
containerPort: 8200
livenessProbe:
httpGet:
path: /healthcheck
path: /
port: http
initialDelaySeconds: 60
readinessProbe:
httpGet:
path: /healthcheck
path: /
port: http
initialDelaySeconds: 60
securityContext:
+2 -2
View File
@@ -55,12 +55,12 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /healthcheck
path: /
port: http
initialDelaySeconds: 60
readinessProbe:
httpGet:
path: /healthcheck
path: /
port: http
initialDelaySeconds: 60
securityContext:
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: docker.elastic.co/apm/apm-server
tag: 6.6.2
tag: 7.0.0
pullPolicy: IfNotPresent
# DaemonSet or Deployment