-
Notifications
You must be signed in to change notification settings - Fork 0
/
zerops-project-import.yml
39 lines (36 loc) · 1.15 KB
/
zerops-project-import.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
project:
name: recipe-elastic-stack
tags:
- zerops-recipe
services:
- hostname: elasticsearch
type: [email protected]
mode: NON_HA
priority: 10
- hostname: kibana
type: [email protected]
buildFromGit: https://github.com/zeropsio/recipe-elastic-stack
enableSubdomainAccess: true
envSecrets:
ELASTICSEARCH_URL: http://elasticsearch:9200 # Change, if your Elasticsearch runs on different hostname.
PUBLIC_BASE_URL: $zeropsSubdomain
verticalAutoscaling:
minRam: 1
minContainers: 1
maxContainers: 1
- hostname: logstash
type: [email protected]
buildFromGit: https://github.com/zeropsio/recipe-elastic-stack
envSecrets:
ELASTICSEARCH_URL: http://elasticsearch:9200 # Change, if your Elasticsearch runs on different hostname.
verticalAutoscaling:
minRam: 1
minContainers: 1
maxContainers: 1
- hostname: apmserver
type: [email protected]
buildFromGit: https://github.com/zeropsio/recipe-elastic-stack
envSecrets:
ELASTICSEARCH_URL: http://elasticsearch:9200 # Change, if your Elasticsearch runs on different hostname.
minContainers: 1
maxContainers: 1