chore: Update manifests after change

This commit is contained in:
2026-02-06 19:55:17 +00:00
parent 9094d08728
commit 018f4bccd2
15 changed files with 323 additions and 3 deletions

View File

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