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
|
image: taigaio/taiga-back:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- name: http
|
||||||
|
containerPort: 80
|
||||||
command:
|
command:
|
||||||
- python manage.py && python manage.py createsuperuser
|
- python manage.py && python manage.py createsuperuser
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue