namespace: app image: repository: rg.fr-par.scw.cloud/foss name: integrations pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" imagePullSecrets: - name: aws-registry service: type: ClusterIP port: 9000 resources: limits: cpu: 512m memory: 1Gi requests: cpu: 1m memory: 1Mi env: POSTGRES_STRING: postgres://postgres:asayerPostgres@postgresql.db.svc.cluster.local:5432 # REDIS_STRING: redis-master.db.svc.cluster.local:6379 KAFKA_SERVERS: kafka.db.svc.cluster.local:9092 KAFKA_USE_SSL: false TOKEN_SECRET: secret_token_string # TODO: generate on buld LICENSE_KEY: ""