(fix) move posterr to stable. (#3921)
* (fix) move posterr to stable. * base_path is not supported Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/posterr
|
||||
tag: latest@sha256:7f0468562c337878cc089ac7587041344b616167e9995b1fd2f59600c1364294
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 9876
|
||||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /usr/src/app/config
|
||||
custom:
|
||||
enabled: true
|
||||
mountPath: /usr/src/app/public/custom
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user