remove specific values
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: calibre-server
|
name: calibre-server
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
description: Chart for Calibre content database
|
description: Chart for Calibre content database
|
||||||
keywords:
|
keywords:
|
||||||
- media
|
- media
|
||||||
|
@@ -31,7 +31,7 @@ ingressRoute:
|
|||||||
http:
|
http:
|
||||||
host:
|
host:
|
||||||
authentik:
|
authentik:
|
||||||
outpost: authentik-proxy-outpost
|
outpost:
|
||||||
port: 9000
|
port: 9000
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: freshrss
|
name: freshrss
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
description: Chart for Freshrss
|
description: Chart for Freshrss
|
||||||
keywords:
|
keywords:
|
||||||
- rss
|
- rss
|
||||||
|
@@ -23,7 +23,7 @@ service:
|
|||||||
port: 80
|
port: 80
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className:
|
||||||
annotations:
|
annotations:
|
||||||
host:
|
host:
|
||||||
persistence:
|
persistence:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: homepage
|
name: homepage
|
||||||
version: 0.0.7
|
version: 0.0.8
|
||||||
description: Chart for benphelps homepage
|
description: Chart for benphelps homepage
|
||||||
keywords:
|
keywords:
|
||||||
- dashboard
|
- dashboard
|
||||||
|
@@ -20,7 +20,7 @@ service:
|
|||||||
ingressRoute:
|
ingressRoute:
|
||||||
host:
|
host:
|
||||||
authentik:
|
authentik:
|
||||||
outpost: authentik-proxy-outpost
|
outpost:
|
||||||
port: 9000
|
port: 9000
|
||||||
config:
|
config:
|
||||||
bookmarks:
|
bookmarks:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libation
|
name: libation
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
description: Import library from audible
|
description: Import library from audible
|
||||||
keywords:
|
keywords:
|
||||||
- audiobooks
|
- audiobooks
|
||||||
|
@@ -6,8 +6,8 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
storageClassName: nfs-client
|
storageClassName: default
|
||||||
storageSize: 1Gi
|
storageSize: 1Gi
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
books:
|
books:
|
||||||
claimName: libation-nfs-storage
|
claimName:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: outline
|
name: outline
|
||||||
version: 0.0.7
|
version: 0.0.8
|
||||||
description: Chart for Outline wiki
|
description: Chart for Outline wiki
|
||||||
keywords:
|
keywords:
|
||||||
- wiki
|
- wiki
|
||||||
|
@@ -17,7 +17,7 @@ service:
|
|||||||
port: 3000
|
port: 3000
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className:
|
||||||
annotations:
|
annotations:
|
||||||
host:
|
host:
|
||||||
persistence:
|
persistence:
|
||||||
@@ -54,16 +54,16 @@ outline:
|
|||||||
database:
|
database:
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: password
|
existingSecretKey:
|
||||||
usernameSecret:
|
usernameSecret:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: username
|
existingSecretKey:
|
||||||
databaseName:
|
databaseName:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: dbname
|
existingSecretKey:
|
||||||
databaseHost:
|
databaseHost:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: host
|
existingSecretKey:
|
||||||
connectionPoolMin: ""
|
connectionPoolMin: ""
|
||||||
connectionPoolMax: "20"
|
connectionPoolMax: "20"
|
||||||
sslMode: disable
|
sslMode: disable
|
||||||
|
Reference in New Issue
Block a user