-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathvalues.yaml
73 lines (68 loc) · 1.82 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
64
65
66
67
68
69
70
71
72
73
---
# Control used by Labs Ubiquitous Journey
enabled: true
name: ansible-automation-platform
# Disable helm hooked resources
ignoreHelmHooks: false
# Namespace where everything gets deployed
namespace: ansible-automation-platform
# Subscription and OperatorGroup for AAP Operator
operatorhub:
enabled: true
namespace: ansible-automation-platform
operators:
- name: ansible-automation-platform-operator
subscription:
channel: stable-2.3-cluster-scoped
approval: Automatic
operatorName: ansible-automation-platform-operator
operatorgroup:
create: true
# Ansible Automation Controller Custom Resource spec
automationController:
createPreloadData: true
routeTlsTerminationMechanism: Edge
garbageCollectSecrets: false
ingressType: Route
projectsUseExistingClaim: _No_
imagePullPolicy: IfNotPresent
taskPrivileged: true
projectsPersistence: true
replicas: 1
admin_user: admin
admin_email: admin@example.com
# extraConfig:
# postgres_configuration_secret: external-postgres-configuration
# admin_password: admin123
# web_resource_requirements:
# limits:
# cpu: 2000m
# memory: 4Gi
# ephemeral-storage: 50Mi
# requests:
# cpu: 800m
# memory: 2Gi
# ephemeral-storage: 50Mi
# task_resource_requirements:
# limits:
# cpu: 2000m
# memory: 8Gi
# ephemeral-storage: 50Mi
# requests:
# cpu: 800m
# memory: 4Gi
# ephemeral-storage: 50Mi
# ee_resource_requirements:
# limits:
# cpu: 2000m
# memory: 4Gi
# ephemeral-storage: 50Mi
# requests:
# cpu: 500m
# memory: 2Gi
# ephemeral-storage: 50Mi
# ldap_cacert: |
# -----BEGIN CERTIFICATE-----
# <ADD YOUR CERTIFICATE HERE>
# -----END CERTIFICATE-----
#