1
0
Fork 0

correct spec

This commit is contained in:
Tobias Brunner 2019-07-23 21:25:22 +02:00
parent 0d05d6de35
commit ee61e29703
2 changed files with 2 additions and 2 deletions

View file

@ -29,10 +29,10 @@ spec:
- name: USER - name: USER
value: odoo value: odoo
image: docker.io/tobru/odoo-pos:latest-iotbox image: docker.io/tobru/odoo-pos:latest-iotbox
imagePullPolicy: Always
name: iotbox name: iotbox
ports: ports:
- containerPort: 8069 - containerPort: 8069
- containerPort: 8072 - containerPort: 8072
hostname: iotbox hostname: iotbox
restartPolicy: Always restartPolicy: Always
imagePullPolicy: Always

View file

@ -26,6 +26,7 @@ spec:
- name: USER - name: USER
value: odoo value: odoo
image: docker.io/tobru/odoo-pos:latest-pos image: docker.io/tobru/odoo-pos:latest-pos
imagePullPolicy: Always
name: web name: web
ports: ports:
- containerPort: 8069 - containerPort: 8069
@ -34,7 +35,6 @@ spec:
name: odoo-data name: odoo-data
hostname: web hostname: web
restartPolicy: Always restartPolicy: Always
imagePullPolicy: Always
volumes: volumes:
- name: odoo-data - name: odoo-data
persistentVolumeClaim: persistentVolumeClaim: