awx-on-k3s/argocd/example/awx.yaml

28 lines
676 B
YAML

---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
name: awx
spec:
admin_user: admin
admin_password_secret: awx-admin-password
ingress_type: ingress
hostname: awx-argocd.example.com
postgres_configuration_secret: awx-postgres-configuration
projects_persistence: true
projects_storage_access_mode: ReadWriteOnce
web_replicas: 1
task_replicas: 1
web_resource_requirements: {}
task_resource_requirements: {}
ee_resource_requirements: {}
init_container_resource_requirements: {}
postgres_init_container_resource_requirements: {}
postgres_resource_requirements: {}
redis_resource_requirements: {}
rsyslog_resource_requirements: {}