Fix(archrepo): service port

This commit is contained in:
2025-07-10 16:10:28 +08:00
parent be5312668c
commit f046b60146
2 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ spec:
app: archrepo
ports:
- name: http
port: 80
targetPort: 80
port: 3000
targetPort: 3000