Automated Manifest Update (#2426)

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

Reviewed-on: #2426
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 #2426.
This commit is contained in:
2025-12-12 03:55:33 +00:00
committed by Alex Lebens
parent 039a12d527
commit 971e6d5619
7 changed files with 28 additions and 120 deletions

View File

@@ -0,0 +1,30 @@
apiVersion: v1
kind: Service
metadata:
name: immich
labels:
app.kubernetes.io/instance: immich
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: immich
app.kubernetes.io/service: immich
helm.sh/chart: immich-4.5.0
namespace: immich
spec:
type: ClusterIP
ports:
- port: 2283
targetPort: 2283
protocol: TCP
name: http
- port: 8081
targetPort: 8081
protocol: TCP
name: metrics-api
- port: 8082
targetPort: 8082
protocol: TCP
name: metrics-ms
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: immich
app.kubernetes.io/name: immich