feat(cherry, coupon-store): add cherry, coupon-store (#4053)

* delete duplicate app

* feat(cherry): add cherry

* feat(coupon-store): add coupon store

* change port

* configmap

* root couponstore

* quote

* fix vcresion again

* root
This commit is contained in:
Stavros Kois
2022-10-10 15:09:27 +03:00
committed by GitHub
parent 01f79b1fcb
commit 0399acb0d9
25 changed files with 438 additions and 717 deletions
+53
View File
@@ -0,0 +1,53 @@
image:
repository: tccr.io/truecharts/cherry
pullPolicy: IfNotPresent
tag: 0.0.4@sha256:9c7591a56d6a53e5c390a39fccedc7ad6c8cffc7db450ab2102aa7096ab64fa8
podSecurityContext:
runAsUser: 0
runAsGroup: 0
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-cherry-secret'
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-cherry-configmap'
cherry:
insecure_cookie: true
public_registration: true
page_bookmark_limit: 60
google_oauth_uri: ""
google_oauth_id: ""
google_oauth_secret: ""
probes:
liveness:
type: HTTP
path: /
readiness:
type: HTTP
path: /
startup:
type: HTTP
path: /
service:
main:
ports:
main:
port: 10303
protocol: HTTP
targetPort: 8000
persistence:
data:
enabled: true
mountPath: "/data"
portal:
enabled: true