This commit is contained in:
j37hr0 2026-03-24 18:53:23 +13:00
commit 3c76e53b0f
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: ssh-service-forgejo
spec:
selector:
app: forgejo
ports:
- protocol: TCP
port: 22
targetPort: 22
type: LoadBalancer

View file

@ -6,3 +6,4 @@ resources:
- forgejo-service.yaml
- forgejo-ingress.yaml
- forgejo-pvc.yaml
- forgejo-ssh.yaml