11 lines
128 B
YAML
11 lines
128 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: forgejo
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: web
|
||
|
port: 3000
|
||
|
selector:
|
||
|
app: forgejo
|