failed, went another route instead :p

This commit is contained in:
2025-08-09 21:31:54 +02:00
parent c33e325882
commit 6d328bb1a1
2 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: svc-gitea
spec:
selector:
app.kubernetes.io/name: gitea
ports:
- name: http
protocol: TCP
port: 80
targetPort: 3000
- name: ssh
protocol: TCP
port: 22
targetPort: 3000