Automated Manifest Update (#4943)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `85b5c73` (on `85b5c73c32477b940ad515ee769fc362bcf20e67`)
- **Charts Updated**: `blocky,decluttarr,gatus,homepage,houndarr`

Reviewed-on: #4943
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4943.
This commit is contained in:
2026-03-21 00:38:50 +00:00
committed by Alex Lebens
parent d5b0c9431e
commit d83c3a8272
17 changed files with 368 additions and 42 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: v1
kind: Service
metadata:
name: houndarr
labels:
app.kubernetes.io/instance: houndarr
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: houndarr
app.kubernetes.io/service: houndarr
helm.sh/chart: houndarr-4.6.2
namespace: houndarr
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8877
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: houndarr
app.kubernetes.io/name: houndarr