@@ -1,7 +1,3 @@
|
|||||||
annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- Network-Web
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "nginx"
|
appVersion: "nginx"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -9,12 +5,11 @@ dependencies:
|
|||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.4.9
|
version: 10.4.9
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: "Baïkal is a lightweight CalDAV+CardDAV server"
|
description: "Baikal is a lightweight CalDAV+CardDAV server"
|
||||||
home: https://truecharts.org/docs/charts/incubator/baikal
|
home: https://github.com/truecharts/charts/tree/master/charts/incubator/baikal
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png
|
icon: https://truecharts.org/img/chart-icons/baikal.png
|
||||||
keywords:
|
keywords:
|
||||||
- baikal
|
- baikal
|
||||||
- Network-Web
|
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@truecharts.org
|
- email: info@truecharts.org
|
||||||
@@ -27,3 +22,7 @@ sources:
|
|||||||
- https://hub.docker.com/r/ckulka/baikal/
|
- https://hub.docker.com/r/ckulka/baikal/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.14
|
version: 0.0.14
|
||||||
|
annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- utilities
|
||||||
|
|||||||
@@ -32,9 +32,9 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10293
|
||||||
required: true
|
required: true
|
||||||
# Include{advancedPortTCP}
|
# Include{advancedPortHTTP}
|
||||||
- variable: targetPort
|
- variable: targetPort
|
||||||
label: "Target Port"
|
label: "Target Port"
|
||||||
description: "The internal(!) port on the container the Application runs on"
|
description: "The internal(!) port on the container the Application runs on"
|
||||||
@@ -48,7 +48,7 @@ questions:
|
|||||||
# Include{persistenceRoot}
|
# Include{persistenceRoot}
|
||||||
- variable: config
|
- variable: config
|
||||||
label: "config Storage"
|
label: "config Storage"
|
||||||
description: "Container Path varwwwbaikalconfig"
|
description: "config Storage"
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
@@ -57,7 +57,7 @@ questions:
|
|||||||
# Include{persistenceAdvanced}
|
# Include{persistenceAdvanced}
|
||||||
- variable: specific
|
- variable: specific
|
||||||
label: "specific Storage"
|
label: "specific Storage"
|
||||||
description: "Container Path varwwwbaikalSpecific"
|
description: "specific Storage"
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
|||||||
@@ -1,8 +1,24 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
repository: tccr.io/truecharts/baikal
|
repository: tccr.io/truecharts/baikal
|
||||||
tag: vnginx
|
pullPolicy: IfNotPresent
|
||||||
|
tag: v0.9.2@sha256:70bae1a684eb0df7be6d3b163cad8a808983b568721bc224e6fcd54b583d3854
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsUser: 0
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsNonRoot: false
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 10293
|
||||||
|
protocol: HTTP
|
||||||
|
targetPort: 80
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -10,21 +26,6 @@ persistence:
|
|||||||
specific:
|
specific:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /var/www/baikal/Specific
|
mountPath: /var/www/baikal/Specific
|
||||||
podSecurityContext:
|
|
||||||
runAsGroup: 0
|
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
runAsNonRoot: false
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
enabled: true
|
|
||||||
ports:
|
|
||||||
main:
|
|
||||||
enabled: true
|
|
||||||
port: 80
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 80
|
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user