feat: add procurement and sales sections

This commit is contained in:
2026-02-27 14:42:19 -06:00
parent 7486bcf939
commit 5a6970a4c5
24 changed files with 4739 additions and 134 deletions
+19
View File
@@ -17,6 +17,13 @@ spec:
- name: optima-ui
image: ghcr.io/project-optima/ttscm-ui:latest
imagePullPolicy: Always
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "256Mi"
cpu: "500m"
env:
- name: PUBLIC_API_URL
value: "https://opt-api.osdci.net"
@@ -26,5 +33,17 @@ spec:
value: "3000"
ports:
- containerPort: 3000
livenessProbe:
httpGet:
path: /login
port: 3000
initialDelaySeconds: 5
periodSeconds: 15
readinessProbe:
httpGet:
path: /login
port: 3000
initialDelaySeconds: 3
periodSeconds: 5
imagePullSecrets:
- name: github-container-registry