1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49apiVersion: repo-manager.pulpproject.org/v1beta2
kind: Pulp
metadata:
name: galaxy
spec:
# These parameters are designed for use with:
# - Pulp Operator: 1.0.0-beta.4
# https://github.com/pulp/pulp-operator/blob/1.0.0-beta.4/README.md
# - Galaxy NG: 4.9.1
# https://github.com/ansible/galaxy_ng/tree/4.9.1
deployment_type: galaxy
image: quay.io/pulp/galaxy
image_version: 4.9.1
image_web: quay.io/pulp/galaxy-web
image_web_version: 4.9.1
admin_password_secret: galaxy-admin-password
ingress_type: ingress
ingress_class_name: traefik
ingress_tls_secret: galaxy-secret-tls
ingress_host: galaxy.example.com
file_storage_storage_class: galaxy-file-volume
file_storage_access_mode: ReadWriteOnce
file_storage_size: 8Gi
pulp_settings:
TOKEN_AUTH_DISABLED: "True"
GALAXY_FEATURE_FLAGS__ai_deny_index: "True"
CSRF_TRUSTED_ORIGINS:
- https://galaxy.example.com
api:
replicas: 1
cache:
redis_storage_class: galaxy-redis-volume
content:
replicas: 1
database:
postgres_storage_class: galaxy-database-volume
postgres_storage_requirements: 8Gi
web:
replicas: 1
worker:
replicas: 1