123456789101112131415161718192021222324252627282930313233343536 |
- ---
- apiVersion: awx.ansible.com/v1beta1
- kind: AWX
- metadata:
- name: awx
- namespace: awx
- spec:
- service_type: nodeport
- deployment_type: awx
-
-
-
-
-
-
- ingress_type: Ingress
-
-
-
-
- postgres_storage_class: nfs-client
- projects_persistence: true
- projects_use_existing_claim: "_Yes_"
- projects_storage_class: manual
- projects_storage_size: 10Gi
- projects_storage_access_mode: RWO
- projects_existing_claim: awx-pv-claim
- ee_images:
- - name: custom-awx-ee
- image: localhost/custom-awx-ee
|