We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f55f0 commit 589eb63Copy full SHA for 589eb63
gitops-configs/ansible/aap.yaml
@@ -0,0 +1,15 @@
1
+---
2
+apiVersion: aap.ansible.com/v1alpha1
3
+kind: AnsibleAutomationPlatform
4
+metadata:
5
+ name: aap
6
+ namespace: aap
7
+spec:
8
+ route_tls_termination_mechanism: Edge
9
+ no_log: true
10
+ api:
11
+ log_level: INFO
12
+ replicas: 1
13
+ ingress_type: Route
14
+ route_host: ansible.makeitwork.cloud
15
+ route_tls_secret: makeitwork-tls
gitops-configs/ansible/kustomization.yaml
@@ -4,3 +4,4 @@ kind: Kustomization
resources:
- operator.yaml
- certs.yaml
+- aap.yaml
0 commit comments