Fix port name

This commit is contained in:
erik 2023-08-10 14:12:58 +02:00
parent 5a0b5b0f97
commit e7b36f6fd0

View file

@ -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: