freeleaps-authentication/.freeleaps/project.prod.yaml
2025-10-30 11:26:05 +08:00

27 lines
700 B
YAML

apiVersion: freeleaps.com/v1alpha1
kind: DevOpsProjectDotfile
metadata:
name: freeleaps-authentication
annotations:
freeleaps.com/ref-devops-project-uid: ""
spec:
layout: FAST_API_VUE_3
serviceName: freeleaps-authentication
executeMode: fully
branch: main
components:
- name: authentication
root: '.'
language: python
dependenciesManager: pip
requirementsFile: requirements.txt
buildCacheEnabled: true
buildAgentImage: python:3.12-slim
buildArtifacts:
- '.'
imageBuilder: dind
dockerfilePath: Dockerfile
imageName: authentication
imageBuildRoot: '.'
imageReleaseArchitectures:
- linux/amd64