Compare commits
1 Commits
kubelet-se
...
outline-0.
Author | SHA1 | Date | |
---|---|---|---|
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
|
||||||
|
Reference in New Issue
Block a user