Automated Manifest Update (#3307)

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

Reviewed-on: #3307
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 #3307.
This commit is contained in:
2026-01-18 03:45:07 +00:00
committed by Alex Lebens
parent 725511b908
commit 9291ffd1c2
9 changed files with 119 additions and 3 deletions

View File

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