Trying updates
This commit is contained in:
parent
838214cdf2
commit
87f8bf57ed
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user