-
Notifications
You must be signed in to change notification settings - Fork 0
/
ace.yaml
50 lines (43 loc) · 853 Bytes
/
ace.yaml
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
40
41
42
43
44
45
46
47
48
49
50
# App Configuration
name: jenkins-test
# Contact Information
contact:
wiki_url: https://edbergobergen.jira.com/wiki/spaces/DEV
jira_url: https://edbergobergen.jira.com/browse/DEV
responsible: DevOps
slack_notifications: "#devops-notifications"
slack_alerts: "#devops-alerts"
# Helm Configuration
helm:
# name: $name - $environment
chart: ace/nodejs
# repo: https://evry-ace.github.io/helm-charts
# repoName: ace
version: ^2.0.0
cluster: kubernetes.ace.alpha
# namespace:
registry: acealpha.azurecr.io
values:
foo: bar
bar: foo
environments:
dev:
# cluster:
namespace: dev
# registry:
#
values:
bar: dev
dev: bar
test:
# cluster:
namespace: test
# registry:
#
# values: {}
prod:
# cluster:
namesapce: prod
# registry:
#
# values: {}