fix(manifest): Fix port routing
This commit is contained in:
parent
793193943e
commit
3245780088
@ -19,7 +19,7 @@ spec:
|
||||
- name: gitea
|
||||
image: gitea/gitea:1.19.3
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- containerPort: 3000
|
||||
env:
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
|
@ -8,6 +8,6 @@ spec:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
targetPort: 3000
|
||||
selector:
|
||||
app: gitea
|
||||
|
Loading…
Reference in New Issue
Block a user