30 lines
428 B
YAML
30 lines
428 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: archi341/teamfolio-api
|
|
tag: latest
|
|
pullPolicy: Always
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8000
|
|
|
|
resources:
|
|
limits:
|
|
memory: 512Mi
|
|
cpu: 500m
|
|
|
|
persistence:
|
|
path: /mnt/k8s_storage/teamfolio-api
|
|
uploads:
|
|
enabled: true
|
|
size: 7Gi
|
|
containerPath: /app/uploads
|
|
|
|
ingress:
|
|
secretTLSName: teamfolio-api-tls-secret
|
|
|
|
domain: api.numerum.team
|
|
|
|
path: /
|
|
pathType: Prefix |