chore: Update manifests after change

This commit is contained in:
2026-01-15 22:06:33 +00:00
parent aeaca26d7b
commit e80988eba5
12 changed files with 197 additions and 5 deletions

View File

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