Compare commits

...

2 Commits

Author SHA1 Message Date
773ff53432 update postgresql cluster 2024-03-13 06:00:36 -06:00
81ab282822 update outline 2024-03-13 06:00:19 -06:00
6 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: outline
version: 0.0.1
version: 0.0.2
description: Chart for Outline wiki
keywords:
- wiki
@@ -10,7 +10,7 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
maintainers:
- name: alexlebens
icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4
icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami

View File

@@ -19,7 +19,7 @@ ingress:
enabled: true
className: traefik
annotations:
host: outline.alexlebens.net
host:
persistence:
type: s3
s3:
@@ -41,7 +41,7 @@ redis:
enabled: false
outline:
nodeEnv: production
url: https://outline.alexlebens.net
url:
secretKey:
existingSecretName: outline-key-secret
existingSecretKey: secret-key

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 0.2.1
version: 0.2.2
description: Chart for cloudnative-pg cluster
keywords:
- database

View File

@@ -2,7 +2,7 @@
[CloudNative PG](https://github.com/cloudnative-pg/cloudnative-pg)
CloudNativePG is the Kubernetes operator that covers the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication.
CloudNativePG is the Kubernetes operator that covers the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication.
This chart bootstraps a [CNPG](https://github.com/cloudnative-pg/cloudnative-pg) cluster on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

View File

@@ -9,7 +9,6 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: database
app.kubernetes.io/part-of: {{ .Release.Name }}
app.kubernetes.io/managed-by: helm
spec:
imageName: "{{ .Values.cluster.image.repository }}:{{ .Values.cluster.image.tag }}"
instances: {{ .Values.cluster.instances }}

View File

@@ -19,16 +19,16 @@ cluster:
hugepages-2Mi: 512Mi
storage:
data:
storageClass: ceph-block
storageClass: default
size: 10Gi
wal:
storageClass: ceph-block
storageClass: default
size: 2Gi
bootstrap:
recoveryEnabled: false
recoveryIndex: 1
endpointURL: https://nyc3.digitaloceanspaces.com
bucket: alexlebens.net
endpointURL:
bucket:
initdbEnabled: false
initdb:
database: app
@@ -38,5 +38,5 @@ backup:
schedule: "0 0 0 * * *"
retentionPolicy: 14d
backupIndex: 1
endpointURL: https://nyc3.digitaloceanspaces.com
bucket: alexlebens.net
endpointURL:
bucket: