adding ssh service to forgejo and kustomize

This commit is contained in:
Jethro 2026-03-24 18:45:02 +13:00
parent 7f549d97c9
commit 60e8e02634
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