-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
50 lines (47 loc) · 928 Bytes
/
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
server:
name: terrateam-server
replicaCount: 1
dns_name: ""
db_host: terrateam-db
db_port: 5432
db_user: terrateam
db_name: terrateam
github_webhook_url_update: "true"
self_hosted_infracost_api_key: ""
infracost_pricing_api_endpoint: ""
telemetry_level: "anonymous"
image:
repository: ghcr.io/terrateamio/terrat-oss
tag: "latest"
pullPolicy: Always
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 250m
memory: 512Mi
db:
enabled: true
name: terrateam-db
user: terrateam
db_name: terrateam
storage: "1Gi"
storageClassName: "standard-rwo"
image:
repository: postgres
tag: "14.5-alpine"
pullPolicy: IfNotPresent
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 250m
memory: 512Mi
ingress:
enabled: false
name: terrateam-ingress
annotations: {}
certificate:
enabled: false