Automated Manifest Update (#2837)

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

Reviewed-on: #2837
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 #2837.
This commit is contained in:
2025-12-24 21:32:05 +00:00
committed by Alex Lebens
parent e6d4728bf8
commit b27f410641
28 changed files with 877 additions and 3 deletions

View File

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