feat(apps): move some apps to stable (#2504)
* feat(apps): move apps to stable * move to stable * move to stable * remove jwt and let it auto generate * remove jwt * move to stable * move to stabel * move to stable * move to stable * move to stable and upate image refs * move to stable * fix appsmith * typo
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/snapdrop
|
||||
tag: latest@sha256:a57ce275830b48b7cb29b404a68e4958266eaf538a46442839451e77c7d19a41
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10215
|
||||
targetPort: 80
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
Reference in New Issue
Block a user