Compare commits
2 Commits
kubelet-se
...
postgres-c
Author | SHA1 | Date | |
---|---|---|---|
773ff53432 | |||
81ab282822 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: outline
|
name: outline
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
description: Chart for Outline wiki
|
description: Chart for Outline wiki
|
||||||
keywords:
|
keywords:
|
||||||
- wiki
|
- wiki
|
||||||
@@ -10,7 +10,7 @@ sources:
|
|||||||
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- 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:
|
dependencies:
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
@@ -19,7 +19,7 @@ ingress:
|
|||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
annotations:
|
annotations:
|
||||||
host: outline.alexlebens.net
|
host:
|
||||||
persistence:
|
persistence:
|
||||||
type: s3
|
type: s3
|
||||||
s3:
|
s3:
|
||||||
@@ -41,7 +41,7 @@ redis:
|
|||||||
enabled: false
|
enabled: false
|
||||||
outline:
|
outline:
|
||||||
nodeEnv: production
|
nodeEnv: production
|
||||||
url: https://outline.alexlebens.net
|
url:
|
||||||
secretKey:
|
secretKey:
|
||||||
existingSecretName: outline-key-secret
|
existingSecretName: outline-key-secret
|
||||||
existingSecretKey: secret-key
|
existingSecretKey: secret-key
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
description: Chart for cloudnative-pg cluster
|
description: Chart for cloudnative-pg cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[CloudNative PG](https://github.com/cloudnative-pg/cloudnative-pg)
|
[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.
|
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.
|
||||||
|
|
||||||
|
@@ -9,7 +9,6 @@ metadata:
|
|||||||
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
app.kubernetes.io/component: database
|
app.kubernetes.io/component: database
|
||||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
app.kubernetes.io/managed-by: helm
|
|
||||||
spec:
|
spec:
|
||||||
imageName: "{{ .Values.cluster.image.repository }}:{{ .Values.cluster.image.tag }}"
|
imageName: "{{ .Values.cluster.image.repository }}:{{ .Values.cluster.image.tag }}"
|
||||||
instances: {{ .Values.cluster.instances }}
|
instances: {{ .Values.cluster.instances }}
|
||||||
|
@@ -19,16 +19,16 @@ cluster:
|
|||||||
hugepages-2Mi: 512Mi
|
hugepages-2Mi: 512Mi
|
||||||
storage:
|
storage:
|
||||||
data:
|
data:
|
||||||
storageClass: ceph-block
|
storageClass: default
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
wal:
|
wal:
|
||||||
storageClass: ceph-block
|
storageClass: default
|
||||||
size: 2Gi
|
size: 2Gi
|
||||||
bootstrap:
|
bootstrap:
|
||||||
recoveryEnabled: false
|
recoveryEnabled: false
|
||||||
recoveryIndex: 1
|
recoveryIndex: 1
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL:
|
||||||
bucket: alexlebens.net
|
bucket:
|
||||||
initdbEnabled: false
|
initdbEnabled: false
|
||||||
initdb:
|
initdb:
|
||||||
database: app
|
database: app
|
||||||
@@ -38,5 +38,5 @@ backup:
|
|||||||
schedule: "0 0 0 * * *"
|
schedule: "0 0 0 * * *"
|
||||||
retentionPolicy: 14d
|
retentionPolicy: 14d
|
||||||
backupIndex: 1
|
backupIndex: 1
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL:
|
||||||
bucket: alexlebens.net
|
bucket:
|
||||||
|
Reference in New Issue
Block a user