Updated docker images names
This commit is contained in:
7
odoo-configmap.yaml
Normal file
7
odoo-configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: odoo-configmap
|
||||
namespace: odoo
|
||||
data:
|
||||
DB_USER: odoo
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: odoo
|
||||
image: docker.io/bitnami/odoo:16
|
||||
image: bitnamilegacy/odoo:16
|
||||
ports:
|
||||
- containerPort: 8069
|
||||
env:
|
||||
|
||||
8
odoo-secret.yaml
Normal file
8
odoo-secret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: odoo-secret
|
||||
namespace: odoo
|
||||
type: Opaque
|
||||
data:
|
||||
DB_PASSWORD: azhzbWFlc3Rybw==
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: postgres
|
||||
image: docker.io/bitnami/postgresql:15
|
||||
image: bitnamilegacy/postgresql:15
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user