mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 05:51:49 +08:00
19 lines
449 B
YAML
19 lines
449 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
annotations:
|
||
|
kompose.cmd: kompose convert -c -f latest.yml
|
||
|
kompose.version: 1.27.0 (b0ed6a2c9)
|
||
|
labels:
|
||
|
io.kompose.service: nextcloud-aio-apache
|
||
|
name: nextcloud-aio-apache
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: "{{ .Values.APACHE_PORT }}"
|
||
|
port: {{ .Values.APACHE_PORT }}
|
||
|
targetPort: {{ .Values.APACHE_PORT }}
|
||
|
selector:
|
||
|
io.kompose.service: nextcloud-aio-apache
|
||
|
status:
|
||
|
loadBalancer: {}
|