29 lines
539 B
YAML
29 lines
539 B
YAML
env:
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/apprise-api
|
|
tag: latest@sha256:73bd1858740e4c17b6338b8b67552a24c28e8685bae3651e8a004e7872b62511
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 8000
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
|
|
portal:
|
|
enabled: true
|