add gitea k3s declarations

This commit is contained in:
2026-08-24 15:38:30 -05:00
parent a68ca2df15
commit e4b1c856ac
10 changed files with 184 additions and 44 deletions
+24
View File
@@ -0,0 +1,24 @@
# point to the deployment
apiVersion: v1
kind: Service
metadata:
name: gitea
namespace: gitea
spec:
selector:
app: gitea
ports:
- name: http
port: 3000
targetPort: http
nodePort: 30081
protocol: TCP
- name: ssh
port: 2222
targetPort: ssh
nodePort: 30222
protocol: TCP
type: NodePort