awx-on-k3s/galaxy/pulp/galaxy.yaml
2022-06-10 21:53:14 +09:00

48 lines
1.1 KiB
YAML

apiVersion: pulp.pulpproject.org/v1beta1
kind: Pulp
metadata:
name: galaxy
spec:
# These parameters are designed for use with:
# - Pulp Operator: 0.11.1
# https://github.com/pulp/pulp-operator/blob/0.11.1/README.md
# - Galaxy NG: 4.5.0
# https://github.com/ansible/galaxy_ng/tree/4.5.0
image: quay.io/pulp/galaxy
image_version: 4.5.0
image_web: quay.io/pulp/galaxy-web
image_web_version: 4.5.0
admin_password_secret: galaxy-admin-password
ingress_type: ingress
ingress_tls_secret: galaxy-secret-tls
hostname: galaxy.example.com
postgres_storage_class: galaxy-postgres-volume
postgres_storage_requirements:
requests:
storage: 8Gi
redis_storage_class: galaxy-redis-volume
storage_type: file
file_storage_storage_class: galaxy-pulp-volume
file_storage_access_mode: ReadWriteOnce
file_storage_size: 8Gi
pulp_settings:
GALAXY_FEATURE_FLAGS:
execution_environments: "True"
TOKEN_AUTH_DISABLED: "True"
api:
replicas: 1
content:
replicas: 1
worker:
replicas: 1
web:
replicas: 1
resource_manager:
replicas: 1