refactor gitea

This commit is contained in:
2024-07-23 01:08:28 +10:00
parent c3ded5a517
commit 28861f1fc2
11 changed files with 822 additions and 780 deletions

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