first commit

This commit is contained in:
Your NamebaishaliHolocron
2026-06-15 12:57:03 +05:30
commit b9ac5ae0b2
398 changed files with 49583 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# Default values for your helm chart
replicaCount: 1
image:
repository: project-management-frontend
tag: "latest"
pullPolicy: IfNotPresent
# Leave empty if container runtime is already authenticated with Harbor
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
service:
type: ClusterIP
port: 3000
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
livenessProbe:
initialDelaySeconds: 40
periodSeconds: 20
prefix: ""
readinessProbe:
initialDelaySeconds: 60
periodSeconds: 10
prefix: ""
env: []
# - name: ENV_VAR_NAME
# value: "value"