checkout backoffice
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 43s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m44s

This commit is contained in:
matst80
2025-12-04 21:06:56 +01:00
parent f67eeb3c49
commit d78685cd8f
6 changed files with 166 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ spec:
volumes:
- name: data
nfs:
path: /i-data/7a8af061/nfs/cart-actor
path: /i-data/7a8af061/nfs/
server: 10.10.1.10
serviceAccountName: default
containers:
@@ -76,6 +76,10 @@ spec:
memory: "70Mi"
cpu: "1200m"
env:
- name: DATA_DIR
value: "/data/cart-actor"
- name: CHECKOUT_DATA_DIR
value: "/data/checkout-actor"
- name: TZ
value: "Europe/Stockholm"
- name: REDIS_ADDRESS
@@ -180,6 +184,10 @@ spec:
memory: "70Mi"
cpu: "1200m"
env:
- name: DATA_DIR
value: "/data/cart-actor"
- name: CHECKOUT_DATA_DIR
value: "/data/checkout-actor"
- name: TZ
value: "Europe/Stockholm"
- name: KLARNA_API_USERNAME