fix: fix more errors with forgejo deployment
This commit is contained in:
parent
6003d77cd0
commit
a48bd2ad7c
2 changed files with 5 additions and 3 deletions
|
|
@ -7,10 +7,12 @@ spec:
|
|||
selector:
|
||||
app: forgejo
|
||||
ports:
|
||||
- protocol: TCP
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 3000
|
||||
- protocol: TCP
|
||||
- name: ssh
|
||||
protocol: TCP
|
||||
port: 22
|
||||
targetPort: 22
|
||||
type: ClusterIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue