mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Use .Values in Helm templates
Signed-off-by: BP <busta.pipes@gmail.com>
This commit is contained in:
parent
e8ab2c7026
commit
cdb16b0411
35 changed files with 74 additions and 74 deletions
|
|
@ -2,12 +2,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-apache
|
io.kompose.service: nextcloud-aio-apache
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-apache
|
io.kompose.service: nextcloud-aio-apache
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-apache
|
io.kompose.service: nextcloud-aio-apache
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-clamav
|
io.kompose.service: nextcloud-aio-clamav
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-clamav
|
io.kompose.service: nextcloud-aio-clamav
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-clamav
|
io.kompose.service: nextcloud-aio-clamav
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "3310"
|
- name: "3310"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-collabora
|
io.kompose.service: nextcloud-aio-collabora
|
||||||
name: nextcloud-aio-collabora
|
name: nextcloud-aio-collabora
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-collabora
|
io.kompose.service: nextcloud-aio-collabora
|
||||||
name: nextcloud-aio-collabora
|
name: nextcloud-aio-collabora
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "9980"
|
- name: "9980"
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-database
|
io.kompose.service: nextcloud-aio-database
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-database-dump
|
io.kompose.service: nextcloud-aio-database-dump
|
||||||
name: nextcloud-aio-database-dump
|
name: nextcloud-aio-database-dump
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-database
|
io.kompose.service: nextcloud-aio-database
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-database
|
io.kompose.service: nextcloud-aio-database
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "5432"
|
- name: "5432"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-elasticsearch
|
io.kompose.service: nextcloud-aio-elasticsearch
|
||||||
name: nextcloud-aio-elasticsearch
|
name: nextcloud-aio-elasticsearch
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-fulltextsearch
|
io.kompose.service: nextcloud-aio-fulltextsearch
|
||||||
name: nextcloud-aio-fulltextsearch
|
name: nextcloud-aio-fulltextsearch
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-fulltextsearch
|
io.kompose.service: nextcloud-aio-fulltextsearch
|
||||||
name: nextcloud-aio-fulltextsearch
|
name: nextcloud-aio-fulltextsearch
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "9200"
|
- name: "9200"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-imaginary
|
io.kompose.service: nextcloud-aio-imaginary
|
||||||
name: nextcloud-aio-imaginary
|
name: nextcloud-aio-imaginary
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-imaginary
|
io.kompose.service: nextcloud-aio-imaginary
|
||||||
name: nextcloud-aio-imaginary
|
name: nextcloud-aio-imaginary
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "9000"
|
- name: "9000"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ values.NAMESPACE }}
|
name: {{ .Values.NAMESPACE }}
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec: {}
|
spec: {}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud-data
|
io.kompose.service: nextcloud-aio-nextcloud-data
|
||||||
name: nextcloud-aio-nextcloud-data
|
name: nextcloud-aio-nextcloud-data
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "9000"
|
- name: "9000"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud-trusted-cacerts
|
io.kompose.service: nextcloud-aio-nextcloud-trusted-cacerts
|
||||||
name: nextcloud-aio-nextcloud-trusted-cacerts
|
name: nextcloud-aio-nextcloud-trusted-cacerts
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-notify-push
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
name: nextcloud-aio-notify-push
|
name: nextcloud-aio-notify-push
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-notify-push
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
name: nextcloud-aio-notify-push
|
name: nextcloud-aio-notify-push
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "7867"
|
- name: "7867"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-onlyoffice
|
io.kompose.service: nextcloud-aio-onlyoffice
|
||||||
name: nextcloud-aio-onlyoffice
|
name: nextcloud-aio-onlyoffice
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-onlyoffice
|
io.kompose.service: nextcloud-aio-onlyoffice
|
||||||
name: nextcloud-aio-onlyoffice
|
name: nextcloud-aio-onlyoffice
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-onlyoffice
|
io.kompose.service: nextcloud-aio-onlyoffice
|
||||||
name: nextcloud-aio-onlyoffice
|
name: nextcloud-aio-onlyoffice
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "80"
|
- name: "80"
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-redis
|
io.kompose.service: nextcloud-aio-redis
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-redis
|
io.kompose.service: nextcloud-aio-redis
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.STORAGE_CLASS }}
|
{{- if .Values.STORAGE_CLASS }}
|
||||||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-redis
|
io.kompose.service: nextcloud-aio-redis
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "6379"
|
- name: "6379"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk
|
io.kompose.service: nextcloud-aio-talk
|
||||||
name: nextcloud-aio-talk
|
name: nextcloud-aio-talk
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk-recording
|
io.kompose.service: nextcloud-aio-talk-recording
|
||||||
name: nextcloud-aio-talk-recording
|
name: nextcloud-aio-talk-recording
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk-recording
|
io.kompose.service: nextcloud-aio-talk-recording
|
||||||
name: nextcloud-aio-talk-recording
|
name: nextcloud-aio-talk-recording
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "1234"
|
- name: "1234"
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk
|
io.kompose.service: nextcloud-aio-talk
|
||||||
name: nextcloud-aio-talk-public
|
name: nextcloud-aio-talk-public
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -27,12 +27,12 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.30.0 (9d8dcb518)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk
|
io.kompose.service: nextcloud-aio-talk
|
||||||
name: nextcloud-aio-talk
|
name: nextcloud-aio-talk
|
||||||
namespace: {{ values.NAMESPACE }}
|
namespace: {{ .Values.NAMESPACE }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: "8081"
|
- name: "8081"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue