Initial chart import from local infrastructure/
This commit is contained in:
15
templates/odoo-service.yaml
Normal file
15
templates/odoo-service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user