12345678910111213141516171819202122232425262728293031323334353637 |
- ---
- apiVersion: awx.ansible.com/v1beta1
- kind: AWX
- metadata:
- name: awx
- namespace: awx
- spec:
- deployment_type: awx
-
-
-
-
-
-
- tower_ingress_type: Ingress
-
-
-
-
- tower_postgres_storage_class: nfs-client
- tower_projects_persistence: true
- tower_projects_use_existing_claim: "_Yes_"
- tower_projects_existing_claim: awx-pv-claim
- tower_projects_storage_class: manual
- tower_projects_storage_size: 10Gi
- tower_projects_storage_access_mode: RWO
- tower_ee_images:
- - name: custom-awx-ee
- image: localhost/custom-awx-ee
|