-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
63 lines (63 loc) · 1.64 KB
/
values.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
51
52
53
54
55
56
57
58
59
60
61
62
63
adhar:
cluster:
name: adhar
host: cloud.adhar.io
port: 443
provider: digitalocean
region: nyc1
kubeVersion: 1.30.0
nodePools:
- name: pool-1
size: large
count: 5
tags:
- adhar
network:
name: adhar
cidr: 192.168.1.0/24
apps:
adhar-console:
name: adhar-console
description: "Adhar Internal Developer Platform Console."
contextPath: /
kyverno:
name: kyverno
description: "Kyverno is a policy engine designed for Kubernetes."
contextPath: /kyverno
argo-workflows:
name: argo-workflow
description: "Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes."
contextPath: /argo-workflows
keycloak:
name: keycloak
description: "Keycloak is an open source identity and access management solution."
contextPath: /keycloak
headlamp:
name: headlamp
description: "Headlamp is a self-hosted Kubernetes dashboard and Prometheus UI."
contextPath: /headlamp
environments:
production:
domain: cloud.adhar.io
namespace: adhar-prod
ingress:
class: nginx
tls:
issuer: letsencrypt
secretName: adhar-tls
staging:
domain: stage.prod.cloud.adhar.io
namespace: adhar-stage
ingress:
class: nginx
tls:
issuer: letsencrypt
secretName: adhar-tls
development:
domain: dev.nonprod.cloud.adhar.io
namespace: adhar-dev
ingress:
class: nginx
tls:
issuer: letsencrypt
secretName: adhar-tls