Adds odoo app.

This commit is contained in:
2026-06-19 21:33:17 +00:00
parent 8f8d3f7680
commit a3dafa925b
11 changed files with 345 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: odoo
namespace: {{ .namespace }}
spec:
selector:
component: web
ports:
- name: http
port: 8069
targetPort: 8069
protocol: TCP