fix new.tag.pug and change port in Makefile
This commit is contained in:
parent
ed87d67ee8
commit
ab2e260369
|
|
@ -36,4 +36,4 @@ push:
|
|||
docker push "$(IMAGE):$(TAG)$(CDP_TAG)"
|
||||
|
||||
mock:
|
||||
docker run -it -p 8080:8080 "$(IMAGE):$(TAG)" --mock
|
||||
docker run -it -p 8081:8081 "$(IMAGE):$(TAG)" --mock
|
||||
|
|
|
|||
|
|
@ -531,7 +531,7 @@ new
|
|||
- {{ odd }}/32
|
||||
{{/if}}
|
||||
|
||||
{{#if resourcesVisible}}
|
||||
{{#if resourcesVisible}}
|
||||
resources:
|
||||
requests:
|
||||
cpu: {{ cpu.state.request.state }}m
|
||||
|
|
|
|||
Loading…
Reference in New Issue