chore: Update manifests after change

This commit is contained in:
2026-05-18 03:03:55 +00:00
committed by Alex Lebens
parent d2a7d5bc7e
commit fc7e5cef35
64 changed files with 2746 additions and 1 deletions
@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: gitea-http
namespace: gitea
labels:
helm.sh/chart: gitea-12.6.0
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: gitea
app.kubernetes.io/version: "1.26.1"
version: "1.26.1"
app.kubernetes.io/managed-by: Helm
annotations: {}
spec:
type: ClusterIP
clusterIP: 10.103.160.139
ports:
- name: http
port: 3000
targetPort: 3000
selector:
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: gitea