awx-on-k3s/base/awx.yaml
kurokobo a2f564d1d5
feat: bump awx operator version to 2.15.0 (#341)
* feat: bump awx operator version to 2.15.0
* docs: explain arm64 support
* docs: fix logs for galaxy operator
* chore: change location for specific parameter
2024-04-13 00:17:39 +09:00

42 lines
1,020 B
YAML

---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
name: awx
spec:
# These parameters are designed for use with:
# - AWX Operator: 2.15.0
# https://github.com/ansible/awx-operator/blob/2.15.0/README.md
admin_user: admin
admin_password_secret: awx-admin-password
ingress_type: ingress
ingress_hosts:
- hostname: awx.example.com
tls_secret: awx-secret-tls
postgres_configuration_secret: awx-postgres-configuration
postgres_data_volume_init: true
postgres_storage_class: awx-postgres-volume
postgres_storage_requirements:
requests:
storage: 8Gi
projects_persistence: true
projects_existing_claim: awx-projects-claim
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: {}
# Uncomment to reveal "censored" logs
#no_log: false