apiVersion: v1 kind: Service metadata: name: forgejo namespace: forgejo spec: type: ClusterIP ports: - name: http port: 80 targetPort: 3000 protocol: TCP # - name: ssh # port: 22 # targetPort: 22 # protocol: TCP selector: app: forgejo