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