mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-13 01:24:54 +00:00
31 lines
483 B
YAML
31 lines
483 B
YAML
kind: "postgresql"
|
|
apiVersion: "acid.zalan.do/v1"
|
|
|
|
metadata:
|
|
name: "comissions-app-db"
|
|
namespace: "argocd"
|
|
labels:
|
|
team: acid
|
|
|
|
spec:
|
|
teamId: "acid"
|
|
postgresql:
|
|
version: "15"
|
|
numberOfInstances: 1
|
|
volume:
|
|
size: "10Gi"
|
|
users:
|
|
api: []
|
|
databases:
|
|
comissionsapp: api
|
|
allowedSourceRanges:
|
|
# IP ranges to access your cluster go here
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 100Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 500Mi
|