mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Support apm-server 7.0.0 (#13269)
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1077eccc25
commit
3f49472e64
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.elastic.co/apm/apm-server
|
||||
tag: 6.6.2
|
||||
tag: 7.0.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# DaemonSet or Deployment
|
||||
|
||||
Reference in New Issue
Block a user