awx.yml 755 B

123456789101112131415161718192021222324252627282930313233343536
  1. ---
  2. apiVersion: awx.ansible.com/v1beta1
  3. kind: AWX
  4. metadata:
  5. name: awx
  6. namespace: awx
  7. spec:
  8. service_type: nodeport
  9. deployment_type: awx
  10. #tower_hostname:
  11. #tower_secret_key_secret:
  12. #tower_extra_volumes:
  13. #tower_admin_user: admin
  14. #tower_admin_email:
  15. #tower_admin_password_secret:
  16. ingress_type: Ingress
  17. #tower_ingress_type:
  18. #tower_loadbalancer_protocol:
  19. #tower_loadbalancer_port:
  20. #tower_image_pull_secret:
  21. postgres_storage_class: nfs-client
  22. projects_persistence: true
  23. projects_use_existing_claim: "_Yes_"
  24. projects_storage_class: manual
  25. projects_storage_size: 10Gi
  26. projects_storage_access_mode: RWO
  27. projects_existing_claim: awx-pv-claim
  28. ee_images:
  29. - name: custom-awx-ee
  30. image: localhost/custom-awx-ee