mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
* 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
42 lines
1,020 B
YAML
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
|