19 lines
273 B
YAML
19 lines
273 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: forgejo
|
||
|
|
namespace: forgejo
|
||
|
|
spec:
|
||
|
|
type: ClusterIP
|
||
|
|
selector:
|
||
|
|
app: forgejo
|
||
|
|
ports:
|
||
|
|
- name: http
|
||
|
|
port: 3000
|
||
|
|
targetPort: 3000
|
||
|
|
protocol: TCP
|
||
|
|
- name: ssh
|
||
|
|
port: 22
|
||
|
|
targetPort: 2222
|
||
|
|
protocol: TCP
|