mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 22:12:14 +11:00
27 lines
624 B
YAML
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: {}
|