update gitea

This commit is contained in:
2024-07-21 04:34:05 +10:00
parent bcc7b63130
commit 10bae75713
23 changed files with 172 additions and 1897 deletions

19
apps/gitea/env/k3s-cluster/service.yaml vendored Normal file
View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: gitea
namespace: gitea
labels:
app.kubernetes.io/name: gitea
spec:
selector:
app.kubernetes.io/name: gitea
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- name: http
port: 10080
targetPort: http
- name: ssh
port: 10022
targetPort: ssh