This commit is contained in:
2023-07-26 17:02:34 +02:00
parent 15564296ab
commit 32e0587df5
2 changed files with 59 additions and 59 deletions

View File

@@ -61,7 +61,7 @@ data "kustomization_overlay" "data" {
image: "${var.images.nextcloud.registry}/${var.images.nextcloud.repository}:${var.images.nextcloud.tag}"
imagePullPolicy: "${var.images.nextcloud.pullPolicy}"
command: ["/usr/local/bin/wrapper"]
args: ["%%CMD%%"]
args: ["php-fpm"]
env:
- name: POSTGRES_HOST
value: "${var.instance}-${var.component}"

View File

@@ -6,26 +6,6 @@ metadata:
name: nextcloud
description: null
options:
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain:
default: your-company
examples:
- your-company
type: string
apps:
default:
calendar: false
@@ -66,6 +46,26 @@ options:
default: false
type: boolean
type: object
hpa:
default:
avg-cpu: 50
max-replicas: 5
min-replicas: 1
examples:
- avg-cpu: 50
max-replicas: 5
min-replicas: 1
properties:
avg-cpu:
default: 50
type: integer
max-replicas:
default: 5
type: integer
min-replicas:
default: 1
type: integer
type: object
images:
default:
exporter:
@@ -169,10 +169,10 @@ options:
type: string
type: object
type: object
openid-name:
default: vynil
domain-name:
default: your_company.com
examples:
- vynil
- your_company.com
type: string
redis:
default:
@@ -226,6 +226,41 @@ options:
default: 10Gi
type: string
type: object
sub-domain:
default: cloud
examples:
- cloud
type: string
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
openid-name:
default: vynil
examples:
- vynil
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
admin:
default:
name: nextcloud_admin
examples:
- name: nextcloud_admin
properties:
name:
default: nextcloud_admin
type: string
type: object
postgres:
default:
replicas: 1
@@ -246,41 +281,6 @@ options:
default: '14'
type: string
type: object
hpa:
default:
avg-cpu: 50
max-replicas: 5
min-replicas: 1
examples:
- avg-cpu: 50
max-replicas: 5
min-replicas: 1
properties:
avg-cpu:
default: 50
type: integer
max-replicas:
default: 5
type: integer
min-replicas:
default: 1
type: integer
type: object
sub-domain:
default: cloud
examples:
- cloud
type: string
admin:
default:
name: nextcloud_admin
examples:
- name: nextcloud_admin
properties:
name:
default: nextcloud_admin
type: string
type: object
dependencies: []
providers:
kubernetes: true