File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,15 @@ seed_pulp_container:
106
106
image : pulp/pulp
107
107
pre : " {{ kayobe_config_path }}/containers/pulp/pre.yml"
108
108
post : " {{ kayobe_config_path }}/containers/pulp/post.yml"
109
- tag : " {{ ' 3.23-https' if pulp_enable_tls | bool else '3.23' }} "
109
+ tag : " 3.23"
110
110
network_mode : host
111
111
# Override deploy_containers_defaults.init == true to ensure
112
112
# s6-overlay-suexec starts as pid 1
113
113
init : false
114
114
env :
115
115
PULP_CONTENT_WORKERS : " {{ ansible_facts.processor_vcpus * 2 + 1 }}"
116
116
PULP_API_WORKERS : " {{ ansible_facts.processor_vcpus * 2 + 1 }}"
117
+ PULP_HTTPS : " {{ 'true' if pulp_enable_tls | bool else 'false' }}"
117
118
volumes :
118
119
- /opt/kayobe/containers/pulp:/etc/pulp
119
120
- pulp_storage:/var/lib/pulp
You can’t perform that action at this time.
0 commit comments