Pulp Web#
A role to setup Pulp 3 NGINX web, yielding the following objects:
- Deployment
- Service
- ConfigMap
- Stores NGINX configs
Role Variables#
web
: A dictionary of pulp-web configurationreplicas
: Number of pod replicas.
image_web
: The image name. Default: quay.io/pulp/pulp-webimage_web_version
: The image tag. Default: stablenginx_client_max_body_size
: Sets the maximum allowed size of the client request body.
Requirements#
Requires the openshift
Python library to interact with Kubernetes: pip install openshift
.
Dependencies#
collections:
- kubernetes.core
- operator_sdk.util
License#
GPLv2+
Author Information#
Last update:
2023-05-25