awx-on-k3s/argocd/example/awx.yaml
Christian Adams e47d91369a
Add postgres_data_volume_init parameter to base/awx.yaml (#330)
Signed-off-by: Christian M. Adams <chadams@redhat.com>
2024-04-12 11:12:17 +09:00

27 lines
624 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_resource_requirements: {}
redis_resource_requirements: {}
rsyslog_resource_requirements: {}