Add k8s configs and update documentation with AWX setup
This commit is contained in:
25
k8s/awx/awx-cr.yml
Normal file
25
k8s/awx/awx-cr.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: awx.ansible.com/v1beta1
|
||||
kind: AWX
|
||||
metadata:
|
||||
name: awx
|
||||
namespace: awx
|
||||
spec:
|
||||
# Ajuste ces valeurs selon ta version & ressources
|
||||
postgres_configuration_secret: awx-postgres-configuration
|
||||
postgres_storage_class: local-path
|
||||
postgres_storage_requirements:
|
||||
requests:
|
||||
storage: 8Gi
|
||||
projects_persistence: true
|
||||
projects_existing_claim: awx-projects-claim
|
||||
|
||||
# important: pas d'exposition publique
|
||||
service_type: ClusterIP
|
||||
ingress_type: none
|
||||
|
||||
# Job pods puissent être privilégiés
|
||||
# (Necessaire avec tailscale dans les EE)
|
||||
task_privileged: true
|
||||
|
||||
image: quay.io/ansible/awx
|
||||
image_version: "latest"
|
||||
Reference in New Issue
Block a user