43 lines
763 B
YAML
43 lines
763 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/obsidian
|
||
|
tag: 0.1.1@sha256:d00f623e2de8a2bf78807d9aaeb25ee5d3f0f08e18c83afef49e71b5f389964f
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10292
|
||
|
protocol: HTTP
|
||
|
targetPort: 8080
|
||
|
api:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
http:
|
||
|
enabled: true
|
||
|
port: 27123
|
||
|
targetPort: 27123
|
||
|
https:
|
||
|
enabled: true
|
||
|
port: 27124
|
||
|
targetPort: 27124
|
||
|
|
||
|
persistence:
|
||
|
storageconfig:
|
||
|
enabled: true
|
||
|
mountPath: /config/.config/obsidian
|
||
|
storagevaults:
|
||
|
enabled: true
|
||
|
mountPath: /vaults
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|