30 lines
702 B
YAML
30 lines
702 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: dev
|
|
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
|
|
|
|
|