image: repository: metikular/coupon-store tag: v1.3.0@sha256:54ef3454ea23109096eef277af48f89707bfb7e31d14097466c02ac381670572 pullPolicy: IfNotPresent command: - bash - -c - rm -f tmp/pids/server.pid && bundle exec rails s -p {{ .Values.service.main.ports.main.port }} -b '0.0.0.0' securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 envFrom: - secretRef: name: '{{ include "tc.common.names.fullname" . }}-couponstore-secret' service: main: ports: main: port: 10304 postgresql: enabled: true existingSecret: dbcreds postgresqlUsername: coupon-store postgresqlDatabase: coupon-store portal: enabled: true