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