apiVersion: awx.ansible.com/v1beta1 kind: AWX metadata: name: awx namespace: awx spec: # Ajuste ces valeurs selon ta version & ressources postgres_configuration_secret: awx-postgres-configuration postgres_storage_class: local-path postgres_storage_requirements: requests: storage: 8Gi projects_persistence: true projects_existing_claim: awx-projects-claim # important: pas d'exposition publique service_type: ClusterIP ingress_type: none # Job pods puissent être privilégiés # (Necessaire avec tailscale dans les EE) task_privileged: true image: quay.io/ansible/awx image_version: "latest"