Initial chart import from local infrastructure/

This commit is contained in:
git_admin
2026-04-26 17:46:59 +03:00
parent 043505666a
commit a915b31588
10 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "instance.fullname" . }}-odoo
labels:
{{- include "instance.labels" . | nindent 4 }}
spec:
selector:
app.kubernetes.io/instance: {{ .Values.instance.code | quote }}
odoosky.io/role: odoo
ports:
- name: http
port: 8069
targetPort: 8069
type: ClusterIP