Spaces:
Sleeping
Sleeping
| replicaCount: 2 | |
| image: | |
| repository: portfolio-engine | |
| pullPolicy: IfNotPresent | |
| tag: "latest" | |
| service: | |
| type: ClusterIP | |
| port: 8080 | |
| env: | |
| - name: API_KEY | |
| value: "changeme" | |
| - name: DATABASE_URL | |
| value: "" | |
| resources: | |
| limits: | |
| cpu: "2000m" | |
| memory: "4Gi" | |
| requests: | |
| cpu: "500m" | |
| memory: "1Gi" | |