- Change backend service from uyuni-ingress-nossl to web - Update port from 8080 to 80 to align with standard HTTP This adjustment corrects the Traefik ingress routing to use the standard web service endpoint instead of a custom nossl variant, ensuring compatibility with the updated Uyuni Helm deployment where the primary service exposes HTTP on port 80. |
||
|---|---|---|
| .. | ||
| defaults | ||
| tasks | ||
| README.md | ||
Uyuni Helm Installation Role
This role installs Uyuni using Helm charts.
Requirements
- Helm must be installed on the target system
- Kubernetes cluster access configured via kubeconfig
Role Variables
uyuni_namespace: uyuni
uyuni_chart_version: 0.1.0
uyuni_kubeconfig: /path/to/kubeconfig
uyuni_helm_values: {}
Example Playbook
- hosts: servers
roles:
- uyuni
License
MIT