wip
This commit is contained in:
parent
90f78305c5
commit
98cb137c9e
12 changed files with 459 additions and 0 deletions
20
k8s/charts/oxicloud/templates/wopi-service.yaml
Normal file
20
k8s/charts/oxicloud/templates/wopi-service.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
{{- if .Values.wopi.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "oxicloud.fullname" . }}-wopi
|
||||
labels:
|
||||
{{- include "oxicloud.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: wopi
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: {{ .Values.wopi.collabora.service.port }}
|
||||
targetPort: wopi
|
||||
protocol: TCP
|
||||
name: wopi
|
||||
selector:
|
||||
{{- include "oxicloud.selectorLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: wopi
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue