chore(goff): switch container port to 80 for Swagger
This commit is contained in:
parent
d376977f5f
commit
e4256122e0
2 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
containerPort: 1031
|
containerPort: 80
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 150m
|
cpu: 150m
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ enableSwagger: true
|
||||||
startWithRetrieverError: true
|
startWithRetrieverError: true
|
||||||
|
|
||||||
host: work-goff.nc.landry.land
|
host: work-goff.nc.landry.land
|
||||||
|
listen: 80
|
||||||
|
|
||||||
authorizedKeys:
|
authorizedKeys:
|
||||||
admin:
|
admin:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue