Fix(archrepo): service port
This commit is contained in:
@@ -15,4 +15,4 @@ spec:
|
||||
service:
|
||||
name: archrepo
|
||||
port:
|
||||
number: 80
|
||||
number: 3000
|
||||
|
||||
@@ -11,5 +11,5 @@ spec:
|
||||
app: archrepo
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 80
|
||||
port: 3000
|
||||
targetPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user