mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
32 lines
801 B
YAML
32 lines
801 B
YAML
---
|
|
apiVersion: awx.ansible.com/v1beta1
|
|
kind: AWX
|
|
metadata:
|
|
name: awx
|
|
spec:
|
|
# These parameters are designed for use with:
|
|
# - AWX Operator: 0.20.0
|
|
# https://github.com/ansible/awx-operator/blob/0.20.0/README.md
|
|
# - AWX: 20.1.0
|
|
# https://github.com/ansible/awx/blob/20.1.0/INSTALL.md
|
|
|
|
admin_user: admin
|
|
admin_password_secret: awx-admin-password
|
|
|
|
ingress_type: ingress
|
|
ingress_tls_secret: awx-secret-tls
|
|
hostname: awx.example.com
|
|
|
|
postgres_configuration_secret: awx-postgres-configuration
|
|
|
|
postgres_storage_class: awx-postgres-volume
|
|
postgres_storage_requirements:
|
|
requests:
|
|
storage: 8Gi
|
|
|
|
projects_persistence: true
|
|
projects_existing_claim: awx-projects-claim
|
|
|
|
web_resource_requirements: {}
|
|
task_resource_requirements: {}
|
|
ee_resource_requirements: {}
|