Trying updates

This commit is contained in:
Vins 2023-09-18 10:54:54 +02:00
parent 838214cdf2
commit 87f8bf57ed

View File

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