diff --git a/devops/values.yaml b/devops/values.yaml index 17226cbc..65fc30ad 100644 --- a/devops/values.yaml +++ b/devops/values.yaml @@ -3,34 +3,33 @@ dockerPullSecret: docker-pull-secret scwSecretKey: ss lecoffreFront: - serviceAccountName: lecoffre-front-sa - command: "npm run api:start" - envSecrets: env-env - imagePullSecrets: - - name: docker-pull-secret - image: - pullPolicy: Always - repository: "rg.fr-par.scw.cloud/lecoffre/front" - tag: - resources: - requests: - cpu: 200m - memory: 1Gi - limits: - memory: 2Gi - ingress: - host: api.stg.lecoffre.smart-chain.fr - tls: - hosts: - - api.stg.lecoffre.smart-chain.fr - secretName: api-tls - annotations: - kubernetes.io/ingress.class: nginx - cert-manager.io/cluster-issuer: letsencrypt-prod - nginx.ingress.kubernetes.io/from-to-www-redirect: "true" - nginx.ingress.kubernetes.io/force-ssl-redirect: "true" - - env: - - key: a - scwID: b + serviceAccountName: lecoffre-front-sa + command: "npm run api:start" + envSecrets: env-env + imagePullSecrets: + - name: docker-pull-secret + image: + pullPolicy: Always + repository: "rg.fr-par.scw.cloud/lecoffre/front" + tag: + resources: + requests: + cpu: 200m + memory: 1Gi + limits: + memory: 2Gi + ingress: + host: api.ppd.lecoffre.smart-chain.fr + tls: + hosts: + - api.ppd.lecoffre.smart-chain.fr + secretName: api-tls + annotations: + kubernetes.io/ingress.class: nginx + cert-manager.io/cluster-issuer: letsencrypt-prod + nginx.ingress.kubernetes.io/from-to-www-redirect: "true" + nginx.ingress.kubernetes.io/force-ssl-redirect: "true" + env: + - key: a + scwID: b