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,31 @@
# Default values for your helm chart
replicaCount: 1
image:
repository: ""
tag: ""
pullPolicy: IfNotPresent
podAnnotations: {}
service:
type: ClusterIP
port: 8060
resources:
limits:
cpu: 200m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
livenessProbe:
initialDelaySeconds: 40
periodSeconds: 20
readinessProbe:
initialDelaySeconds: 60
periodSeconds: 10
env: []