Fix port name
This commit is contained in:
parent
5a0b5b0f97
commit
e7b36f6fd0
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ spec:
|
|||
image: taigaio/taiga-back:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- name: http
|
||||
containerPort: 80
|
||||
command:
|
||||
- python manage.py && python manage.py createsuperuser
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue