awx.yml 786 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. apiVersion: awx.ansible.com/v1beta1
  3. kind: AWX
  4. metadata:
  5. name: awx
  6. namespace: awx
  7. spec:
  8. deployment_type: awx
  9. #tower_hostname:
  10. #tower_secret_key_secret:
  11. #tower_extra_volumes:
  12. #tower_admin_user: admin
  13. #tower_admin_email:
  14. #tower_admin_password_secret:
  15. tower_ingress_type: Ingress
  16. #tower_ingress_type:
  17. #tower_loadbalancer_protocol:
  18. #tower_loadbalancer_port:
  19. #tower_image_pull_secret:
  20. tower_postgres_storage_class: nfs-client
  21. tower_projects_persistence: true
  22. tower_projects_use_existing_claim: "_Yes_"
  23. tower_projects_existing_claim: awx-pv-claim
  24. tower_projects_storage_class: manual
  25. tower_projects_storage_size: 10Gi
  26. tower_projects_storage_access_mode: RWO
  27. tower_ee_images:
  28. - name: custom-awx-ee
  29. image: localhost/custom-awx-ee