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