fix(manifest): Fix port routing

This commit is contained in:
Tanguy Herbron 2023-06-30 23:42:51 +02:00
parent 793193943e
commit 3245780088
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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